Metadata-Version: 2.4
Name: MeoX
Version: 1
Summary: MeoX — a pure-Python, hardware-aware NLP framework with modular pipelines
Author-email: Kashyapsinh Gohil <Kagohil000@gmail.com>
License: Polyform Noncommercial 1.0.0
Project-URL: Homepage, https://kashyapsinh-gohil.github.io/MeoMaya-Info/
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: nltk>=3.8.1
Requires-Dist: indic-nlp-library>=0.81
Requires-Dist: cython>=0.29.32
Requires-Dist: click>=8.1.3
Requires-Dist: fastapi>=0.111.0
Requires-Dist: uvicorn>=0.30.0
Requires-Dist: transformers>=4.41.0
Requires-Dist: torch>=2.3.0

# MeoX (MeoMaya)

MeoX is a pure-Python, hardware-aware NLP framework with a clean, modular core for text processing. It supports optional multimodal pipelines, local transformers, a REST API, and hardware-aware execution (CPU/CUDA/MPS).

Install with:

```bash
pip install MeoX
```


[![Documentation](https://img.shields.io/badge/Docs-Site-blue?logo=github)](https://kashyapsinh-gohil.github.io/MeoMaya-Info/) 
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1G61wWs2pzCKJ2lyVkrtYVjIq_lBZPFrW?usp=sharing)


https://github.com/user-attachments/assets/df92d1db-3bd6-445e-a502-fb730513847d

## Quick start

```bash
python -m venv .venv
source .venv/bin/activate
pip install -r meomaya/requirements.txt
```

Run API:

```bash
uvicorn meomaya.api.server:app --host 0.0.0.0 --port 8000
```

Run CLI:

```bash
python -m meomaya "Hello from MeoMaya!" --mode text
```

Offline mode:

```bash
export MEOMAYA_STRICT_OFFLINE=1
```

## License

Polyform Noncommercial 1.0.0. For commercial licensing, contact Kagohil000@gmail.com.


