Metadata-Version: 2.4
Name: madhu-ai
Version: 1.0.0
Summary: An open-source AI framework with Groq, FastAPI, RAG, ChromaDB and React SDK.
Author: Pitani Madhusayi
License: MIT
Project-URL: Homepage, https://github.com/YOUR_GITHUB_USERNAME/madhu-ai
Project-URL: Repository, https://github.com/YOUR_GITHUB_USERNAME/madhu-ai
Project-URL: Issues, https://github.com/YOUR_GITHUB_USERNAME/madhu-ai/issues
Keywords: AI,LLM,Groq,FastAPI,RAG,ChromaDB,Chatbot,React,Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.0.0
Requires-Dist: python-dotenv
Requires-Dist: httpx
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: chromadb
Requires-Dist: sentence-transformers
Requires-Dist: pymupdf
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Dynamic: license-file

# 🚀 MadhuAI

> Open Source AI Framework powered by Groq, FastAPI, RAG and React.

![Python](https://img.shields.io/badge/Python-3.10+-blue)
![FastAPI](https://img.shields.io/badge/FastAPI-Latest-green)
![License](https://img.shields.io/badge/License-MIT-red)
![Version](https://img.shields.io/badge/Version-1.0.0-orange)
---

## ✨ Features

- 💬 AI Chat
- ⚡ Streaming Responses
- 📄 PDF Knowledge Base
- 📚 RAG (Retrieval Augmented Generation)
- 🧠 Conversation Memory
- 🔎 ChromaDB Vector Store
- 🌐 FastAPI REST API
- ⚛️ React SDK
- 📝 Markdown Rendering
- 💻 Code Syntax Highlighting
- 📂 Multiple Chats
- 📎 File Upload
- 🖥 CLI
- 🪶 Lightweight
- 🚀 Built on Groq

---

## 📦 Installation

### Python

```bash
pip install madhu-ai
