https://github.com/jasmcaus/image-classifier-python
https://github.com/jasmcaus/image-classifier-python
data-science image-classification image-recognition machine-learning neural-network python tensorflow tensorflow-models tensorflow-tutorials
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasmcaus/image-classifier-python
- Owner: jasmcaus
- License: mit
- Created: 2020-04-16T08:13:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T11:28:39.000Z (about 5 years ago)
- Last Synced: 2025-02-13T18:49:32.085Z (4 months ago)
- Topics: data-science, image-classification, image-recognition, machine-learning, neural-network, python, tensorflow, tensorflow-models, tensorflow-tutorials
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Classifier in Python
Training a neural network to recognize cats from dogs with sizable accuracy \
The entire details are mentioned in this article: https://bit.ly/3chf9qaI've use Tensorflow and a filtered version of Dogs vs Cats dataset from Kaggle (https://www.kaggle.com/c/dogs-vs-cats/data)
If you find any issues, kindly submit it in the "Issues" section and I'll get back to you
Cheers!