Skip to main content

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

Project description

๐Ÿง  GenAI-TextKit

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

โšก Just pip install genai_textkit and you're ready to build with GenAI-TextKit 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-TextKit

pip install genai_textkit

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_textkit

๐Ÿ Quick Start

from genai_textkit 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.8.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.8-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: genai_textkit-0.1.8.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.8.tar.gz
Algorithm Hash digest
SHA256 3db4765a6052350efa3aec8216413b55fccd2db431d5299eaa4094c9efe5fc08
MD5 04c874c9e3bc81dcb3b8b9d62a9a9130
BLAKE2b-256 be3b9c2d712c862eb48e45cc1b2a140ffc690fadd642a77dd18681fef8c5e4d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genai_textkit-0.1.8-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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 b3da7e0b9e72db9039df95e7546d089952f74d29a9f8d8db21757f2fae2028d4
MD5 3074fff0c8b512fb6d7dc72f4b25beb8
BLAKE2b-256 fb40aa08a1fdf4d383f3959721c24fedaa8463f88f2e65c08cabc89f1a680b61

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