Sort-it is an image classification application that classifies images of cats, dogs, bicycles, cars, and motorcycles. I built it using transfer learning from Google's Inception v3 model from the ImageNet Recognition Challenge
wanna try it out for yourself? upload an image to https://sort-it.streamlit.app/ and check it out!
#################################
HOW TO RUN
-
clone the repo
-
Download the model from the releases link and save it in the same directory as the sortit python file
-
make sure you have the following libraries installed:
- streamlit
- tensorflow
- Pillow
- openCV
- Numpy
-
In your python cli or virtual environment run "streamlit run sortit.py"
-
It will open up a browser page running on a localhost server like this 👇
-
Proceed to upload an image and see the classification results!