Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 656 Bytes

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❤️️