This medical chatbot provides information based on the Gale Encyclopedia of Medicine. Always consult a healthcare professional for medical advice.
0
stars
20
commits
Python
primary language
Nov 27, 2024
updated
This Medical Information Chatbot is an intelligent Streamlit application designed to provide quick and accessible medical information retrieval using the Gale Encyclopedia of Medicine. The application allows users to ask medical questions and receive relevant, sourced information instantly.
Clone the repository
git clone https://github.com/mr-imperium/medical-chatbot-minilm.git
cd medical-chatbot-minilm
Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install required dependencies
pip install -r requirements.txt
Ensure the Gale Encyclopedia PDF is in the project directory
streamlit run medical_chatbot.py
Medical Disclaimer: This chatbot is designed for informational purposes only. The information provided should not be considered medical advice, diagnosis, or treatment. Always consult with qualified healthcare professionals for medical guidance, accurate diagnosis, and personalized treatment plans.
Contributions are welcome! Please follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)[MIT]
Developed a Streamlit-based Medical Information Chatbot that retrieves and displays relevant medical information from the Gale Encyclopedia of Medicine. Implemented a user-friendly interface allowing intuitive medical knowledge queries with a robust backend knowledge retrieval system. Designed with a clear focus on providing accessible medical information while emphasizing the importance of professional medical consultation.
20 commits
Python
100.0%
This medical chatbot provides information based on the Gale Encyclopedia of Medicine. Always consult a healthcare professional for medical advice.
0
stars
20
commits
Python
primary language
Nov 27, 2024
updated
This Medical Information Chatbot is an intelligent Streamlit application designed to provide quick and accessible medical information retrieval using the Gale Encyclopedia of Medicine. The application allows users to ask medical questions and receive relevant, sourced information instantly.
Clone the repository
git clone https://github.com/mr-imperium/medical-chatbot-minilm.git
cd medical-chatbot-minilm
Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install required dependencies
pip install -r requirements.txt
Ensure the Gale Encyclopedia PDF is in the project directory
streamlit run medical_chatbot.py
Medical Disclaimer: This chatbot is designed for informational purposes only. The information provided should not be considered medical advice, diagnosis, or treatment. Always consult with qualified healthcare professionals for medical guidance, accurate diagnosis, and personalized treatment plans.
Contributions are welcome! Please follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)[MIT]
Developed a Streamlit-based Medical Information Chatbot that retrieves and displays relevant medical information from the Gale Encyclopedia of Medicine. Implemented a user-friendly interface allowing intuitive medical knowledge queries with a robust backend knowledge retrieval system. Designed with a clear focus on providing accessible medical information while emphasizing the importance of professional medical consultation.
20 commits
Python
100.0%