Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 694 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 694 Bytes

MediBuddy

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.

Run Locally

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

App Link

https://medibuddy-shruti.streamlit.app/