Multiple Disease Detection

Software And Tools Requirements

  1. Github Account
  2. HerokuAccount
  3. VS Code IDE
  4. GitCLI

Create a new environment

conda create -p venv python=3.10.9 -y

Install the requirements

pip install -r requirements.txt

To Start WEBAPP:

streamlit run [filename]

streamlit run WEBAPP.py

Made by:

Shubhankar Gupta