Skip to content

Markorito/Sign-Language

Repository files navigation

Sign Language

Creating a Simple Sign Language Neural Net

Dependencies

To set up your python environment to run the code in this repository, follow the instructions below.

  1. Create (and activate) a new environment with Python 3.6.

    • Linux or Mac:
    conda create --name signla python=3.7
    conda  activate signla
    • Windows:
    conda create --name signla python=3.7 
    conda activate signla
  2. Clone the repository (if you haven't already!), and navigate to the python/ folder. Then, install several dependencies.

git clone https://github.com/Markorito/Sign-Language.git
cd Sign-Language/python
pip install -r requirements.txt .
  1. Create an IPython kernel for the signla environment.
python -m ipykernel install --user --name signla --display-name "signla"
  1. Before running code in a notebook, change the kernel to match the signla environment by using the drop-down Kernel menu.

Kernel

Want to learn more?

About

Creating a Simple Sign Language Neural Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors