https://github.com/aryansingla45/image-classification-project
A Deep Learning Model which classifies Cats and Dogs.
https://github.com/aryansingla45/image-classification-project
artificial-neural-networks convolutional-neural-networks deep-learning keras machine-learning numpy pandas python tensorflow
Last synced: 2 months ago
JSON representation
A Deep Learning Model which classifies Cats and Dogs.
- Host: GitHub
- URL: https://github.com/aryansingla45/image-classification-project
- Owner: aryansingla45
- License: mit
- Created: 2024-05-08T18:41:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T18:15:59.000Z (about 2 years ago)
- Last Synced: 2025-03-28T00:46:21.473Z (about 1 year ago)
- Topics: artificial-neural-networks, convolutional-neural-networks, deep-learning, keras, machine-learning, numpy, pandas, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 84.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Classification-Project
## Overview
This project aims to uses deep learning techniques to distinguish between cats and dogs.
## Installation
To use this project, you'll need to have Python and Jupyter Notebook installed on your system.
After installing Python, you can set up the project environment by following these steps:
1. Clone this repository to your local machine using `git clone https://github.com/aryansingla45/image-Classification-Project.git`.
2. Navigate to the project directory: `cd image-Classification-Project`.
3. Install the required dependencies by running `pip install -r requirements.txt`.
## Dataset
The dataset used is kaggle dataset used for competition. Here is the link to dataset.
## Usage
To run the code locally on your machine, you can clone the repo and run all the commands.
## License
MIT License has been used for this project.