Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pranav-nagpure/dog-breed-prediction-nb

IPython Notebook to build the model for Dog Breed Prediction
https://github.com/pranav-nagpure/dog-breed-prediction-nb

ipython-notebook keras-tensorflow machine-learning scikit-learn transfer-learning xception-net

Last synced: about 2 months ago
JSON representation

IPython Notebook to build the model for Dog Breed Prediction

Awesome Lists containing this project

README

        

# __Dog Breed Prediction__

### Built Using

[![Python][python-shield]][python-url]
[![ScikitLearn][scikit-learn-shield]][scikit-learn-url]
[![Keras][keras-shield]][keras-url]
[![TensorFlow][tensorflow-shield]][tensorflow-url]
[![Matplotlib][matplotlib-shield]][matplotlib-url]
[![NumPy][numpy-shield]][numpy-url]
[![Pandas][pandas-shield]][pandas-url]

Visit the GitHub Repository of Web Application

## __About__


Predict the Breed of Dogs from images using a Xception Convolutional Neural Network. and Logistic Regression using transfer learning.

The network is pretrained on the imagenet dataset.

Data Source: https://www.kaggle.com/datasets/catherinehorng/dogbreedidfromcomp

[python-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/python-shield.png "Python"
[python-url]: https://www.python.org

[scikit-learn-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/scikit-learn-shield.png
[scikit-learn-url]: https://scikit-learn.org/stable "Scikit-Learn"

[keras-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/keras-shield.png
[keras-url]: https://keras.io "Keras"

[tensorflow-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/tensorflow-shield.png
[tensorflow-url]: https://www.tensorflow.org "TensorFlow"

[matplotlib-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/matplotlib-shield.png
[matplotlib-url]: https://matplotlib.org "Matplotlib"

[numpy-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/numpy-shield.png
[numpy-url]: https://numpy.org "NumPy"

[pandas-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/pandas-shield.png
[pandas-url]: https://pandas.pydata.org "Pandas"