This repository is implementation of the paper "A Device Arrangement Data Estimation System with Gesture Analysis using Neural Network".
This server is implemented by Flask(micro server framework on python). To use this server, you need to install the following requirements.
- Python 3.6
- Flask, python library for simple server framework
- Flask-socketio, python library for socketio in flask
- Numpy, python library for calculating matrix
- Tensorflow-1.13.0, python library for neural networks
After installation, you can start server using command 'python server.py' on proper directory.