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