ClinicAI – AI-powered healthcare assistant with intelligent chat, voice support, symptom checking, Amharic language capabilities, and safe medical guidance. Designed for patients and healthcare providers to get quick, reliable, and empathetic health information.
# ClinicAI
A simple AI-powered medical assistant using Gradio and OpenAI.
## Setup
1. Copy `.env.example` to `.env` and fill in your OpenAI API key.
2. Install dependencies: `pip install -r requirements.txt`
3. Run locally: `python app.py`
4. Deploy on Railway (Python 3.10 required)