A cool dashboard built to run inference on pretrained classifiers with streamlit.
As a beginner to CNN architecture you might have difficulty in deciding the most appropriate and accurate architecture and this dashboard provides an ideal platform to do so.
Python 3.8 or above with all requirements dependencies installed. To install run:
$ pip install -r requirements.txt
$ streamlit run dashboard.py
- DenseNet121
- DenseNet161
- GoogLeNet
- InceptionV3
- ResNet34
- ResNet50
- Add more possible architectures.
- Deploy on Herouku
- Work on UI
By: Aryan Kargwal