This is an image classifier built with Tensorflow
. The model can classify whether something is a raccoon, dog, cat, or something else. This repo is packaged into a Streamlit
app can be found on my blogpost here:
The model is still a work-in-progress as it tends to over-classify images as 'dogs', due to sample inadequacies.
model.py
fits the model. If the user wishes to train their own model, they will have to construct their own dataset. This script is a modified variant oftensorflow
's image classification tutorial found here: https://tensorflow.org/tutorials/images/classificationapp.py
creates thestreamlit
applicaton.raccoon.tflite
is the trained model. You may load it to try out the classifier outside of the application.