Skip to content

pqnhoang/cat-dog-classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAT DOG CLASSIFICATION

Open In Colab

Introduction

Classify between a Dog and Cat in each image

Contributor

1. Võ Đình Đạt             | Dat.vd2148902sis.hust.edu.vn
2. Trần Quốc Đệ            | [email protected]
3. Phạm Quang Nguyên Hoàng | [email protected]
4. Đường Minh Quân         | [email protected]
5. Phạm Ngọc Quân          | [email protected]

Repo

|   .gitignore
│   kaggle.json
│   LICENSE
│   README.md
│   requirements.txt
│
├───demo
│       demo_main.py
│       demo_model.py
│       model.pt
│       resnet.pt
│
├───img
│       test.png
│
└───src
        Augmentation_Experiment.ipynb
        Cat_Dog.ipynb
        EDA.ipynb

Dataset

https://www.kaggle.com/competitions/dog-vs-cat-classification

How to run

Google Colab

  • Step 1: Open notebook, press Run in Colab: Open In Colab

  • Step 2: Save a copy in order to run.

  • Step 3: Run notebook (prefer GPU runtime and High RAM for faster training).


Local Machine

  • Install requirement:
git clone https://github.com/datvodinh10/cat-dog-classification.git
pip install requirements.txt
  • Open src/Cat_Dog.ipynb

  • Press Run all

NOTE: Require GPU or at least 32Gb RAM and CPU to run local.

About

This is a Machine Learning Project at class IT3190E HUST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%