Skip to content

manual image labeller (with human level accracy 😉). diy

License

Notifications You must be signed in to change notification settings

manasec/ModelDotPredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ModelDotPredict

  • a pure state-of-the-art intelligent classifier system
  • fully trained , just pass your image datasets -->model.predict and boom
  • human-level accuray(better than your latest papers)
  • no bs










psst!... its just a image labeler for manually sorting images to different categories and creating datasets from scratch🤫

usage:

python modeldotpredict.py --directory <path> --labels <label1> <label2> <labeln> --extensions <.jpg> <.png>

use numpad for faster labelling.

Requirements:

Pillow==7.2.0 and python❤️️