Skip to content

A graph search tool that helps to visualize many search algorithms used in AI. The back-end is written in node and python, the front-end is written in ReactsJS.

Notifications You must be signed in to change notification settings

Its-a-me-Ashwin/Graph-Search-Tool

Repository files navigation

Graph Search TOOL

discription of files:

  • index.js is the node server that has the code for all samll AI algorithms and file handeling.
  • flask_server.py handles all the CPU intensive algorithms.
  • src folder has the necessary code for the UI and react forntend.
  • node modules have some user definied modules to help the server and client.

To run:

  • git clone url
  • mkdir app
  • create-react-app graph-search-tool
  • mv src graph-search-tool
  • nodemon index.js
  • python3 flask_server.py
  • cd graph-search-tool
  • npm start

To do:

  • add more Algorithms
  • add the ppt

About

A graph search tool that helps to visualize many search algorithms used in AI. The back-end is written in node and python, the front-end is written in ReactsJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •