Skip to content

GrimWatch/Optimizing-Delivery-Routes-Using-Machine-Learning-and-Graph-Theory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chariot

Route optimizing ML Model

Route Optimization

Description

Basically it is an web app for finding the optimized route from the given locations.

Getting Started

Dependencies

  • Node js
  • React
  • Python

Installing

  • Clone this Repository
  • Open The Cloned Directory
  • Open terminal in current Directory
  • run "npm install" to install node packages
  • run "pip install -r ./requirements.txt" to install python packages

Executing program

  • open the project directory in terminal
  • run "npm run start-server" to start the flask server
  • run "npm start" to start the react server

Images

Image1 Image2 Image3 Image4

About

Optimizing Delivery Routes Using Machine Learning and Graph Theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.2%
  • Python 28.2%
  • CSS 27.1%
  • HTML 10.5%