Skip to content

Greek sign language detector in React.js made with tensorflow/tensorflowjs and SSD mobileNet.

License

Notifications You must be signed in to change notification settings

sotiriskar/greek-sign-language-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek Sign Language Detection

Install all the required packages:

npm install

Run locally:

npm install

Application is running at:

http://localhost:3000

How to create an HTTP server locally and request model

Uncomment:

const net = await tf.loadGraphModel("http://192.168.1.10:8080/model.json")

And comment:

const net = await tf.loadGraphModel("https://raw.githubusercontent.com/SotirisKar/model/main/model/model.json")

Install HTTP Server:

npm install http-server -g

Go to your model folder where “model.json” exists and run:

http-server -c1 --cors .

DONE!

About

Greek sign language detector in React.js made with tensorflow/tensorflowjs and SSD mobileNet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published