Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 360 Bytes

image-classsifier

this is a image classifier used to identify the image from provided dataset, some training and test result contain in the screenshot folder

Get Started

sort giving file

python sort.py

train the dataset

python train.py

predict test data

python predict.py /test_data/test.jpg

image_classifier