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

https://github.com/sharmas1ddharth/cat_and_dog_image_classification

Cats and Dogs Image Classification using Pytorch
https://github.com/sharmas1ddharth/cat_and_dog_image_classification

deep-learning image-classification neural-network pytorch

Last synced: 4 months ago
JSON representation

Cats and Dogs Image Classification using Pytorch

Awesome Lists containing this project

README

          

# Cats and Dogs Image Classification

Cats and Dogs Imaage Classification in Pytorch.

Dataset in numpy file is located in **Data** folder. Load numpy file with the code below:

```
data = np.load("training_data.npy",allow_pickle = True)
```

Complete Dataset with Images can be found [here](https://www.microsoft.com/en-us/download/confirmation.aspx?id=54765):