Applying multiple DL models on a Kaggle Dataset, deployed with Streamlit.
Install anaconda from: https://www.anaconda.com/
Setup environment from cloned repository with: conda create -n <environment-name> --file req.txt
Run streamlit run app.py
The streamlit app is now running! You can select which model you want to use to predict on a specified image.