Medical AI Assistant for Hypertension & Kidney Disease in Ghana
# 🏥 MediBot - Medical AI Assistant
Specialized in **Hypertension & Kidney Disease in Ghana** using **RAG (Retrieval-Augmented Generation)**.
## 🎯 Features
- 🗣️ **AI Chat** powered by OpenRouter LLM
- 📚 **Ghana Health Service** document integration
- 🗃️ **Pinecone** vector database for semantic search
- 📤 **PDF Upload** for new medical documents
- 👤 **User Authentication** (Login/Signup)
- ⭐ **Feedback System** for continuous improvement
- 🛡️ **Rate Limiting** for security
- 📊 **Admin Dashboard** for statistics
HOW TO RUN
# Terminal 1: Backend
source venv/bin/activate
uvicorn app.main:app --reload
# Terminal 2: Frontend
source venv/bin/activate
streamlit run frontend/app.py
# Replace with your GitHub repo URL
git remote add origin
github.com
# Push to GitHub
git branch -M main
git push -u origin main