| --- |
| title: Hospital Chatbot |
| emoji: 🏥 |
| colorFrom: blue |
| colorTo: indigo |
| sdk: docker |
| app_port: 7860 |
| --- |
| |
| # MedBot - Hospital Admin Assistant |
|
|
| An AI-powered hospital administration chatbot built with FastAPI and Groq LLM. |
|
|
| ## Features |
| - Patient record management (search, add, discharge) |
| - Doctor-patient assignments |
| - Appointment management |
| - Disease statistics |
|
|
| ## Environment Variables |
| Set these in your Hugging Face Space settings: |
| - `GROQ_API_KEY` - Your Groq API key |
| - `SUPABASE_URL` - Your Supabase project URL |
| - `SUPABASE_KEY` - Your Supabase API key |
|
|