Domain: Healthcare
User Base: Patients
Application Purpose: Assist patients by providing reliable information on health-related questions, symptoms, medications, and wellness advice.
Scope of Queries: Handles questions about symptoms and conditions, medications, diet and nutrition, preventive care, chronic disease management, mental health, and appointment scheduling.
Visit the Ollama website and download the latest version of Ollama suitable for your operating system.
Once installed, run Ollama gemma:2b on your local machine. Ensure it is configured to run on localhost:11434
If you haven't installed Streamlit yet, you can do so using pip: pip install streamlit.
Create a new Python file chatbot.py and add the source code.
Run the Streamlit app from the terminal: streamlit run app.py
- What could be the cause of a persistent headache and dizziness?
- Can I take ibuprofen and acetaminophen together for pain relief?
- What are some healthy foods to include in my diet if I have high blood pressure?
- How often should I get a mammogram if I’m over 40?
- What lifestyle changes can help manage type 2 diabetes effectively?