Skip to content

JesseFentress/ASLDetectionProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASL Detection APP

Uses Google Mediapipe/Tensorflow

Run Hosted:

Follow this link: https://app-rephrase.herokuapp.com/

  • Click "Start Detecting" button
  • ASL prediction will be displaced to the right of the detection button
Run Locally:
  1. Run the following command from the project directory to install the dependencies used in this project.
pip install -r requirements.txt

or

pip3 install -r requirements.txt
  1. Tun the following two commands from the project directory to migrate the session data table
python manage.py makemigrations
python manage.py migrate
  1. Run the following command from the project directory to host the project locally

For Windows:

py manage.py runserver

For Mac or Linux:

python manage.py runserver
  1. Follow the link in the command prompt to open locally hosted website the default is
127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published