🩺 HealthCare Assistant is an AI-powered healthcare companion built using Streamlit and Groq. It provides symptom analysis, medication guidance, health record management, and wellness recommendations.
- 🩹 Symptom Analysis
- 💊 Medication Guidance
- 📋 Health Record Management
- 💡 Wellness Recommendations
- Python 3.7+
- Streamlit
- Groq API Key
-
Clone the repository:
git clone https://github.com/SURESHBEEKHANI/Gen-AI-With-Deep-Seek.git cd healthcare-assistant
-
Install the required packages:
pip install -r requirements.txt
-
Set the
GROQ_API_KEY
environment variable:export GROQ_API_KEY=your_groq_api_key
Run the Streamlit application:
streamlit run app.py
- Open your web browser and navigate to
http://localhost:8501
. - Interact with the HealthCare Assistant by typing your health-related questions in the chat input.
Contributions are welcome! Please fork the repository and submit a pull request.
Distributed under the MIT License. See LICENSE
for more information.