Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdsubhajitdas/dogs-vs-cats-kaggle
Dogs Vs Cats Classifier for Kaggle Competition
https://github.com/sdsubhajitdas/dogs-vs-cats-kaggle
dogs-vs-cats kaggle kaggle-competition
Last synced: about 2 months ago
JSON representation
Dogs Vs Cats Classifier for Kaggle Competition
- Host: GitHub
- URL: https://github.com/sdsubhajitdas/dogs-vs-cats-kaggle
- Owner: sdsubhajitdas
- License: mit
- Created: 2018-12-27T20:42:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:14:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T07:08:59.376Z (almost 2 years ago)
- Topics: dogs-vs-cats, kaggle, kaggle-competition
- Language: Jupyter Notebook
- Homepage:
- Size: 15.1 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dogs vs Cats Kaggle
Dogs vs Cats classification for kaggle competition. Check out the contest [here](https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition)
## Installation
Follow the steps to get this project up and running.- Clone this project
```
git clone https://github.com/Jeetu95/Dogs-Vs-Cats-Kaggle.git
```
- Then install the required packages.
```
pip install -r requirements.txt
```
- download the data from the contest link given above and unpack it inside data folder.
```
data\train
data\test
```
- now start the jupyter notebook and you are good to go.## Result
Loading the saved model in the saved_models folder gave me this result.
![](images/Submission_Result.png)## License
This project is under MIT License check it [here](LICENSE)