I trained this Dog Breed Identification machine learning model as part of the Complete Machine Learning and Data Science course from Zero to Mastery Academy, taught by Daniel Bourke and Andrei Neagoie.
Upload an image of a dog and identify its breed
Compare the model's accuracy on multiple images
- Python
- Jupyter Notebooks & Google Colab
- Transfer learning using TensorFlow & TensorFlow Hub
- Keras
- NumPy
- Pandas
- Scikit-Learn
- Matplotlib
- Seaborn
- Further tune the model to reduce possibility of overfitting
- Create a user-friendly UI using Streamlit so users can upload their images and view the dog breed
- Refactor the code to improve functionalization