Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzmeabrew/cats_and_dogs_image_Classifier
A Keras image classifier for classifing cats and dogs with 95% accuracy
https://github.com/itzmeabrew/cats_and_dogs_image_Classifier
Last synced: 3 months ago
JSON representation
A Keras image classifier for classifing cats and dogs with 95% accuracy
- Host: GitHub
- URL: https://github.com/itzmeabrew/cats_and_dogs_image_Classifier
- Owner: itzmeabrew
- License: mit
- Created: 2019-01-19T04:06:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T11:47:54.000Z (about 2 years ago)
- Last Synced: 2024-04-27T19:34:37.423Z (7 months ago)
- Language: Jupyter Notebook
- Size: 427 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cats_and_dogs_image_Classifier
A Keras image classifier for classifing cats and dogs with 95% accuracy## Cats and Dogs image Classifier
> Overview
This is an image classifier for classifiction of cats and dogs.This model can predict with accuracy of any where between 60 to 98 % accuracy
> Dependencies
* keras (https://keras.io/#installation)
* tensorflow (https://www.tensorflow.org/versions/r0.10/get_started/os_setup)Install [Jupyter notebook](http://jupyter.readthedocs.io/en/latest/install.html) from here.
> Usage
Run `jupyter notebook` in terminal when you are in the main directory, then a browser window will pop up. You can run the code in the browser easily.
> Dataset
Dataset used for traning is not included in this repositary,you can download it from [https://www.kaggle.com/c/dogs-vs-cats/data](https://www.kaggle.com/c/dogs-vs-cats/data)