Skip to content

API for solving Travelling Salesman Problem using Neural Network

Notifications You must be signed in to change notification settings

jpowie01/TSP-NN-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages