Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 806 Bytes

TSP NN API

This repository is one of three parts that combines into one bigger project that resolves Travelling Salesman Problem using recurrent neural network.

Technologies

Used technologies:

  • Python 3.4
  • Flask RestPlus
  • PyBrain

Usage

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.

Other project repositories

Authors