Skip to content

This is a project about Image Classification for my subject in Ton Duc Thang university

Notifications You must be signed in to change notification settings

nohattee/Cat-Dog-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Python dependencies

You can use conda to create environment

    conda create --name imageclassification python=3.6

And you need to activate it

    conda activate imageclassification

After that you can install package below with pip or conda install

  1. Python (3.6)
  2. Flask
  3. Pytorch, torchvision (https://pytorch.org/)
  4. imageio

Checkpoints

Datasets

Getting Started

Download npm and nodejs (https://nodejs.org/)

In the root directory of the project...

  1. Install node modules yarn install or npm install.
  2. Start development server yarn start or npm start.

Evaluation

If you want to compare the accuracy between models, you can run file model.py

    usage: model.py [-h] [--dataset DATASET] [--checkpoints CHECKPOINTS]

    optional arguments:
    -h, --help            show this help message and exit
    --dataset DATASET     Dataset test path to evaluation
    --checkpoints CHECKPOINTS
                            Path folder contains checkpoint

About

This is a project about Image Classification for my subject in Ton Duc Thang university

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published