Skip to content

Machine Learning Algorithm Visualizer allows user to visualize ML algorithms in real-time on dataset fed by user interactively.

Notifications You must be signed in to change notification settings

Saifu0/ml-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithm Visualizer

Algorithm Supported

  • Linear Regression
  • Polynomial Regression
  • Logistic Regression

Setting Up Locally

Backend

Navigate to the backend/ directory

  1. Create a virtual environment
  2. Install all the requirements for the backend

pip install -r requirements.txt

  1. Start Development Server

python manage.py runserver

  1. Open a websocket connection on different terminal for real-time data

python -m websockets ws://localhost:8000/ws/visualizer/

Frontend

Navigate to the frontend directory and type the command in a different terminal

npm install

About

Machine Learning Algorithm Visualizer allows user to visualize ML algorithms in real-time on dataset fed by user interactively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published