This repository is one of three parts that combines into one bigger project that resolves Travelling Salesman Problem using recurrent neural network.
Used technologies:
- Python 3.4
- Flask RestPlus
- PyBrain
Make sure that you're using Python 3.4 and you've got PyBrain and Flask RestPlus installed.
To serve API run main.py
script:
python3 -m main
This should be all. Your API will be running on http://localhost:5000/ where you can find Swagger documentation.