Metadata-Version: 2.1
Name: bizfylabs
Version: 0.1.4
Summary: A large language model module named Yukti by Bizfy Labs
Home-page: https://github.com/bizfylabs/bizfylabs
Author: Bizfy Labs
Author-email: dm.bizfylabs@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: requests

# BizfyLabs

BizfyLabs is a Python module that provides a large language model named Yukti. Yukti is a general-purpose instruction model developed by Bizfy Labs.

## Installation

You can install the bizfylabs module using pip:

```bash
pip install bizfylabs
