An AI assistant to help you predict the disease by looking at the affected disease image. It also talks about possible symptoms, suggests further tests and treatments if available. It uses the Gemini-flash model to process image prompts.
Clone the project
git clone https://github.com/Shr-reny/MediBuddy.git
Go to the project directory
cd my-project
Install dependencies
pip install -r requirements.txt
To run this project, you will need to add the Gemini API key to your .env file API_KEY
Start the server
python -m streamlit run app.py