jpowie01 / TSP-NN-API

API for solving Travelling Salesman Problem using Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

API for solving Travelling Salesman Problem using Neural Network


Languages

Language:Python 100.0%