Plant-Disease-Prediction-Streamlit.

Step to run application:

  1. Create the copy of the project.
  2. Open command prompt and change your current path to folder where you can find 'main_app.py' file.
  3. Create environment by command given below-conda create -name
  4. Activate environment by command as follows-conda activate
  5. Use command below to install required dependencies-python -m pip install -r requirements.txt
  6. Run application by command; streamlit run main_app.py
  7. You have sample_data folder where you can get images to test.