Skip to main content

A no-API-key, CPU-friendly GenAI library for text generation, summarization, sentiment classification, and translation.

Project description

๐Ÿง  GenAI-Toolkit

A minimal, CPU-friendly, no-API-key-required LLM-powered Python library โ€” for text generation, summarization, sentiment classification, and translation.

โšก Just pip install genai_toolkit and you're ready to build with GenAI-Toolkit on any machine.


๐Ÿš€ Features

  • โœ… Offline text generation with distilgpt2
  • โœ… Fast summarization with distilbart-cnn-12-6
  • โœ… Sentiment classification using distilbert-sst2
  • โœ… Multilingual translation via facebook/nllb-200-distilled-600M
  • โœ… Works on CPU โ€” no GPU required
  • โœ… No API keys, no internet after install

๐Ÿ“ฆ Installation

Step 1: Install GenAI-Toolkit

pip install genai_toolkit

Step 2: (If not already installed) Install PyTorch manually

pip install torch --index-url https://download.pytorch.org/whl/cpu



Author: Abhinav | GitHub: [IamAbhinav01](https://github.com/IamAbhinav01)
Repository: [IamAbhinav01/GenAI](https://github.com/IamAbhinav01/GenAI)

---

## ๐Ÿš€ Features

- โœ… Offline text generation with `distilgpt2`
- โœ… Fast summarization with `distilbart-cnn-12-6`
- โœ… Sentiment classification using `distilbert-sst2`
- โœ… Multilingual translation via `facebook/nllb-200-distilled-600M`
- โœ… Works on **CPU** โ€” no GPU required
- โœ… No API keys, no internet after install

---

## ๐Ÿ“ฆ Installation

```bash
pip install genai_toolkit

๐Ÿ Quick Start

from genai_toolkit import generate, summarize, classify, translate

# Text generation
print(generate("Write a poem about the moon", max_tokens=50))

# Summarization
print(summarize("Your long text here..."))

# Sentiment Classification
print(classify("I really loved the product!"))

# Translation (English to Hindi)
print(translate("I am happy to meet you", to_lang="hi"))

๐ŸŒ Supported Translation Languages

Code Language
en English
hi Hindi
ta Tamil
ml Malayalam
fr French
es Spanish
bn Bengali

๐Ÿ“‚ Project Structure

genai-toolkit/
โ”‚
โ”œโ”€โ”€ genai/                # Core package
โ”‚   โ”œโ”€โ”€ __init__.py       # Public API
โ”‚   โ”œโ”€โ”€ text.py           # generate, summarize, classify, translate
โ”‚   โ”œโ”€โ”€ config.py         # Device/model paths
โ”‚   โ””โ”€โ”€ download_models.py# Download models utility
โ”‚
โ”œโ”€โ”€ examples/             # Usage examples
โ”‚   โ”œโ”€โ”€ example_generate.py
โ”‚   โ”œโ”€โ”€ example_summarize.py
โ”‚   โ”œโ”€โ”€ example_translate.py
โ”‚   โ””โ”€โ”€ example_classify.py
โ”‚
โ”œโ”€โ”€ tests/                # Unit tests
โ”‚   โ””โ”€โ”€ test_text.py
โ”‚
โ”œโ”€โ”€ requirements.txt      # Python dependencies
โ”œโ”€โ”€ pyproject.toml        # Project metadata
โ”œโ”€โ”€ README.md             # Project documentation
โ””โ”€โ”€ ...                   # Other files

๐Ÿงช Run Examples

See the examples/ folder for ready-to-run scripts.

๐Ÿค Contributing

Pull requests and issues are welcome! Please open an issue or PR on GitHub.

๐Ÿ“„ License

MIT License ยฉ Abhinav

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genai_textkit-0.1.4.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

genai_textkit-0.1.4-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file genai_textkit-0.1.4.tar.gz.

File metadata

  • Download URL: genai_textkit-0.1.4.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for genai_textkit-0.1.4.tar.gz
Algorithm Hash digest
SHA256 9d03764fdc5fbe4377ecef9451aa774a7804373af9e82de06d94582a99c8fc01
MD5 1302a8cb315c6c08878e2ad7d87d4578
BLAKE2b-256 2176bb05f9d8a4525af9aabff3c1ce6353aa557812b26d276b5c8297f27c157c

See more details on using hashes here.

File details

Details for the file genai_textkit-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: genai_textkit-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for genai_textkit-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 455024a7a35ef5ec1ae58c36b411825bf62f87d4b531814feffb519b1db99f1e
MD5 d40156f6beaf18aafe2b7a5432c0d939
BLAKE2b-256 2c7017174c54e1a10c2494d2cc69fc5fb0d1c2bc5b7643b09ac63f1ab8ad65b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page