- Linear Regression
- Polynomial Regression
- Logistic Regression
Navigate to the backend/ directory
- Create a virtual environment
- Install all the requirements for the backend
pip install -r requirements.txt
- Start Development Server
python manage.py runserver
- Open a websocket connection on different terminal for real-time data
python -m websockets ws://localhost:8000/ws/visualizer/
Navigate to the frontend directory and type the command in a different terminal
npm install