Skip to content

johnnyapu15/dragnnect-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dragnnect-server

This repository is implementation of the paper "A Device Arrangement Data Estimation System with Gesture Analysis using Neural Network".

How to use

This server is implemented by Flask(micro server framework on python). To use this server, you need to install the following requirements.

  1. Python 3.6
  2. Flask, python library for simple server framework
  3. Flask-socketio, python library for socketio in flask
  4. Numpy, python library for calculating matrix
  5. Tensorflow-1.13.0, python library for neural networks

After installation, you can start server using command 'python server.py' on proper directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published