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

Uploaded Python 3

File details

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

File metadata

  • Download URL: genai_textkit-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 5672e21d4fb3030774c70a7517cf6e3a9b4358ca2c7df6188571e0e8f24a2a2b
MD5 54b548c54a6358a89d10a9adcf4bb857
BLAKE2b-256 942e078cb61ec73796a8ba74457c94bbeecd498afdebea8dd74209923f860497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genai_textkit-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fc98658900157d8c1d8adfcb660f0c9417ef111c5691ded8146c3f66f9f57cfa
MD5 ff9c547a7a68046bbf0bdc3641dcbbe8
BLAKE2b-256 167b9b0041e836e97ac653f42e1239fafc92af52fddc11a3dcc5a0928c3203c2

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