Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 2.91 KB

readme.md

File metadata and controls

81 lines (58 loc) · 2.91 KB

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 📊

📌 Cite Us

To cite this guide, use the below format:

@article{emojinator,
author = {Bahadur, Akshay},
journal = {https://github.com/akshaybahadur21/Emojinator},
month = {01},
title = {{Emojinator}},
year = {2018}
}
Made with ❤️ and 🦙 by Akshay Bahadur