This project aims to uses deep learning techniques to distinguish between cats and dogs.
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:
- Clone this repository to your local machine using
git clone https://github.com/aryansingla45/image-Classification-Project.git
. - Navigate to the project directory:
cd image-Classification-Project
. - Install the required dependencies by running
pip install -r requirements.txt
.
The dataset used is kaggle dataset used for competition. Here is the link to dataset.
To run the code locally on your machine, you can clone the repo and run all the commands.
MIT License has been used for this project.