Skip to content

Mettia - AI model distinguishing between a cat, a dog, and a face human.

Notifications You must be signed in to change notification settings

lilykprogramming/Mettia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mettia - Model AI

    Image Recognition Model

    Description

  • AI model distinguishing between a cat, a dog, and a human.

  • Epoch

  • 15 epoch

  • Training set:

    Train:

    2100 images

    Test:

    600 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"" #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! 🤗