Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pranav-nagpure/dog-breed-prediction-nb
- Owner: Pranav-Nagpure
- Created: 2023-04-15T06:39:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-19T15:19:02.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:43:24.488Z (3 months ago)
- Topics: ipython-notebook, keras-tensorflow, machine-learning, scikit-learn, transfer-learning, xception-net
- Language: Jupyter Notebook
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"