Skip to content

M4ddinPoe/ImageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageClassifier

A simple image classification neural network

Prerequisites

Install Tensorflow and Kers

pip install keras
pip install tensorflow
pip install pillow

Create test and training set

copy your images to the following folder structure

/dataset
    /test_set
        /category1
        /category2
    /training_set
        /category1
        /category2

About

A simple image classification neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages