Description A CNN(Convolutional Neural Network) based image classifier.
Dataset: https://www.kaggle.com/datasets/catherinehorng/dogbreedidfromcomp
Steps:
- cd DogBreedPrediction
- streamlit run app.py
Note: To run the collab notebook, please upload your kaggle API , kaggle.json file.
Requirements(Ignore if installed):
- pip install Keras
- pip install opencv-python 3.pip install numpy 4.pip install streamlit 5.pip install tensorflow
frontend:
Untitled.video.-.Made.with.Clipchamp.10.mp4
backend(cnn):