#---------------------------INSTALL DOCKER IMAGE
- cd /home/
- sudo git clone https://github.com/jasperDD/neural_docker.git
- cd /home/neural_docker
- sudo docker build -t neural_cont .
- sudo docker run --restart unless-stopped -it -d -p 0.0.0.0:80:80 --name neural_python -v /home/neural_docker:/workspace neural_cont
#---------------------------REQUESTS
- train - curl -H "Content-Type: multipart/form-data" -F "[email protected]" -F "[email protected]" -X POST http://83.166.244.110/train
- forecast - curl -H "Content-Type: multipart/form-data" -F "[email protected]" -F "[email protected]" -X POST http://83.166.244.110/forecast
- forecastStr - curl -H "Content-Type: application/x-www-form-urlencoded" -d "string=OUR_STRING" -X POST http://83.166.244.110/forecastStr