Empowering Healthcare Education Through AI
MediTrain AI Bot is an innovative tool designed to revolutionize medical training by simulating real-time patient interactions. With its AI-powered chatbot, users can practice diagnosis, improve communication skills, and access curated health resources in a user-friendly environment.
🙌 Working Link - https://med-bot.streamlit.app/
- Interactive Chatbot: Engage with AI to simulate real-time patient conversations.
- Medical Training Support: Enhance diagnostic and communication skills with tailored scenarios.
- Health Resources: Access curated medical tips and insights.
- Intuitive Interface: Easy-to-use design for medical students and professionals alike.
MediTrain AI Bot/
├── Frontend/ (Streamlit application for user interaction)
└── src/ (Flask-based API for processing user queries)
-
Navigate to the frontend directory:
cd Frontend -
Install the necessary dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run streamlit_app.py
The frontend will be available at: http://localhost:8501
-
Navigate to the backend directory:
cd src -
Install the required Python packages:
pip install -r requirements.txt
-
Run the Flask server:
python flask_app.py
The backend will be running at: http://localhost:5000
- 📚 Medical Training: Users can practice diagnosis and patient communication.
- 🌟 Health Insights: Access valuable health tips and resources.
- Streamlit: Interactive and user-friendly interface.
- Flask: API for handling and processing user queries.
- LangChain: Contextual enhancements for AI responses.
- GROQ API: Powers the AI chatbot for medical interactions.
Special thanks to our mentor for their guidance and support.
For inquiries or support, feel free to reach out via email or GitHub Issues.
- Our mentors and collaborators for their invaluable feedback.
- The open-source community for providing tools and datasets.
"Empowering healthcare education, one conversation at a time."