Skip to content

Dillonsd/WBSLDC

Repository files navigation

Wrist-Based Sign Language Detection and Communication

Installation

Install Python 3

Run the following:

python3 -m pip install -r requirements.txt

Install chocolatey

Open powershell as administrator and run the following:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Install linting tools

Open command prompt as administrator and run the following:

choco install llvm uncrustify

pre-commit install

Install ARM Embedded Toolchain

Install version 9-2020-q2-update from: https://developer.arm.com/downloads/-/gnu-rm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published