Skip to content

A simple emoji classifier for humans. πŸ––

License

Notifications You must be signed in to change notification settings

mdfazal/Emojinator

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Emojinator πŸ––

This code helps you to recognize and classify different hand emojis

Versions πŸ—½

Moved to a different Repo 🏺

Description 🀘

Emojis are ideograms and smileys used in electronic messages and web pages. Emoji exist in various genres, including facial expressions, common objects, places and types of weather, and animals. They are much like emoticons, but emoji are actual pictures instead of typographics.

File Organization πŸ—„οΈ

β”œβ”€β”€ Emojinator Parent (Current Directory)
    β”œβ”€β”€ Emojinator 
        β”œβ”€β”€ CreateGest.py : Create Gestures 
        β”œβ”€β”€ TrainEmojinator.py : Train Machine Learning model
        β”œβ”€β”€ Emojinator.py : Emojinator Application
        β”œβ”€β”€ gestures : Gesture folder
            β”œβ”€β”€ 0/
            β”œβ”€β”€ 1/
            .
            .
            .
            └──11/
        └── hand_emo : hand emojis used in prediction
            β”œβ”€β”€ 0.png
            .
            .
            └── 12.png
    β”œβ”€β”€ Emojinator_V2 
    β”œβ”€β”€ LICENSE
    └── readme.md
        

Results πŸ“Š

About

A simple emoji classifier for humans. πŸ––

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • Starlark 17.6%