Metadata-Version: 2.4
Name: verba
Version: 0.2.1
Summary: A collection of modules used for language processing and modeling
Home-page: https://codeberg.org/tomathon/verba
Author: tomathon
Author-email: tomathon@pm.me
License: GPL-3
Project-URL: Bug Tracker, https://codeberg.org/tomathon/verba/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file


## **ABOUT**

#### `verba` is a framework for working with LLMs and performing NLP tasks. It is designed to offer a lightweight alternative to the overly-abstracted methods found in other similar packages.


### ----------------------------


## **INSTALL**

#### **`pip install verba`**

### **NOTE**: In order to utilize LLM functionality you need **`Ollama`** and the **`Ollama Python`** package installed on your machine.

#### Download links: 
- https://ollama.com/download
- https://github.com/ollama/ollama-python


### ----------------------------


## **QUICK START**

#### _Work in progress..._
