/TSP-NN-API

API for solving Travelling Salesman Problem using Neural Network

Primary LanguagePython

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