Skip to content

Django Server to interpret American Sign Language from Image and Video file

Notifications You must be signed in to change notification settings

shushantkumar/Sign-Language-Intrepreter-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sign Language Interpreter API

Clone the folder or download the zip folder
Then navigate to restimage folder
To run the server open a the terminal and run the following command :
python manage.py runserver "ipaddress:port"
Example - python manage.py runserver 10.10.53.4:8000
The server will be live on the address you mention. For above example it will be live on http://10.10.53.4:8000

For Image requests append "/stocks" to the server address
Eg. http://10.10.53.4:8000/stocks

For Video requests append "/video" to the server address
Eg. http://10.10.53.4:8000/video

About

Django Server to interpret American Sign Language from Image and Video file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages