An open API service indexing awesome lists of open source software.

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.

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.