An open API service indexing awesome lists of open source software.

https://github.com/shr-reny/medibuddy

This tool uses the gemini flash model to predict possible disease from an input image. It also provides further steps and treatment if available.
https://github.com/shr-reny/medibuddy

gemini-flash python streamlit

Last synced: 3 months ago
JSON representation

This tool uses the gemini flash model to predict possible disease from an input image. It also provides further steps and treatment if available.

Awesome Lists containing this project

README

          

# 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

```bash
git clone https://github.com/Shr-reny/MediBuddy.git
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
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

```bash
python -m streamlit run app.py
```

## App Link

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