Tasfiya025 commited on
Commit
b427b8b
·
verified ·
1 Parent(s): 3afd67c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Image classifier simple
2
+ - Put images into data/train/<class> and data/val/<class>
3
+ - pip install -r requirements.txt
4
+ - Train: python train_infer.py --mode train
5
+ - Predict: python train_infer.py --mode predict --image path.jpg