amansharma2910 / magic_hands

Hands-on project for Gamification in AI Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic Hands

A quick project to demonstrate how you can easily create your own Deep Learning models using Tensorflow and Keras.

To run this project, follow these steps.

  • STEP 1: Install any distribution of conda (anaconda, miniconda, miniforge). Kindly refer to Google to see how to install these.

  • STEP 2: Create virtual environment with conda.

conda create --name <env_name> --file requirements.txt
  • STEP 3: Activate your virtual environment.
conda activate <env_name>

Once the environment is created and initialized, you can run the project. You can download the data from here:

https://bit.ly/gamification-in-ai

To run the script using pretrained model, run the following command.

python magic_hands.py

About

Hands-on project for Gamification in AI Workshop

License:MIT License


Languages

Language:Jupyter Notebook 97.6%Language:PureBasic 2.2%Language:Python 0.2%