Skip to content

A Simple Vehicle Classifier Based on Keras and Tensorflow + Training Script

License

Notifications You must be signed in to change notification settings

amirzenoozi/simple-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Classification 🚗

It's Just Simple Classification Model To Classify Planes and Cars.

Requierments 📦

pip install -r requirements.txt

Classifier CLI Options 📋

--model     Model File Path                 #default: 'model/vehicle_model_saved.h5'
--img       Image File Path                 #default: 'data/1.jpg'

Then You Just Need To Run This

python main.py --img PATH_TO_FILE --model MODEL_FILE

Features ✨

  • Detect Cars and Planes
  • CLI
  • Train Script