Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (34 loc) · 1.21 KB

Thot - Model AI

    Image Recognition Model

    Description

  • An AI model distinguishing digits from 0 to 9. Trained for 15 epochs.

  • Training set:

    Train:

    800 images

    Test:

    60 images

    Programming language

  • Python3.9

  • Libraries

  • tensorflow,keras,numpy,PIL, time,tkinter

USE MODEL AI

  1. Download model and file use.py
  2. Open file and choice image
  3. image_to_classification = r"037.jpg" #your image to classification
  4. Open the Terminal/CMD and write command:
  5. pip install python3.9
    python3.9 -m pip install tensorflow2.9.1
    python3.9 -m pip install numpy1.22.4
    python3.9 -m pip install tensorboard
    python3.9 -m pip install pillow
    python3.9 -m pip install scipy
    python3.9 use.py

    Good luck! 🤗

    Work file:

    Image Test: