narayan95 / Optimizing-Delivery-Routes

Optimizing Delivery Routes Using Machine Learning and Graph Theory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 34.3%Language:Python 28.2%Language:CSS 27.1%Language:HTML 10.5%