Skip to content

πŸ–οΈ Background-independent deep learning model for hand sign digit recognition, using my own Deep Learning framework! (Neuralnetlib)

License

Notifications You must be signed in to change notification settings

marcpinet/handigits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Handigits

πŸ“ Description

The goal of this project was to make a deep learning model that could recognize hand signs digits, no matter the environment.

Tip

NEW: The project now uses Neuralnetlib, my own deep learning framework instead of TensorFlow and Keras!

Every information you need is in the source code, but here are some important points:

I don't think this project deserves a bigger README, like my other projects.

It was primarily made for fun and to learn more about real-time processing and deep learning.

πŸŽ₯ Demo

demo

πŸ’‘ How to use

Prerequisites

  • Python 3.7.0+

Get a copy of the Project. Assuming you have git installed, open your Terminal and enter:

git clone 'https://github.com/marcpinet/handigits'

To install all needed requirements run the following command in the project directory:

pip install -r requirements.txt

Running

After that, you can proceed to start the program by running main.py.

πŸ› Known issues

  • Nothing yet!

πŸ₯… TO-DO List

  • Nothing yet!

✍️ Authors

πŸ“ƒ License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

πŸ–οΈ Background-independent deep learning model for hand sign digit recognition, using my own Deep Learning framework! (Neuralnetlib)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages