ConsultAI is a platform designed to help doctors stay connected with patients, even when they are unavailable in real time.
It enables each doctor to have their own AI-powered doctor bot that can take consultations on their behalf.
The AI doctor bot provides preliminary advice, which is then reviewed by the doctor, allowing them to approve, modify, or suggest alternative treatments.
This approach ensures faster patient care while keeping the doctor's expertise in the loop.
- Main Website: https://hackspireee.onrender.com/
- Doctor AI Bot (Streamlit App): https://doctoraibot-wlhdqfpsft67gapp6pb7uvn.streamlit.app/
- Personalised AI Doctor Bot for each registered doctor
- Real-time patient consultation via AI bot
- Doctor review system to validate AI recommendations
- Secure and scalable architecture
- Simple UI for patients and doctors
- Backend: Python (Flask / Streamlit)
- Frontend: HTML, CSS, JS
- Deployment: Render (Main Website), Streamlit Cloud (AI Bot)
- AI/NLP: OpenAI API for natural language consultation
- Package Manager:
pip
You can access the complete source code here in this repository:
- Main backend & web files are in the root directory (
app.py, templates, static files) - AI bot implementation inside the Streamlit app
- Requirements:
requirements.txt
To run locally:
# Clone the repo
git clone https://github.com/<your-username>/Hackspire.git
cd Hackspire
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.py