Website for Models Demonstration
Dependencies install in this section do not contain other machine learning packages, they just contain enough packages to run the website.
Setting Up Environment
Python 3.8.13
Node 17.8.0
NPM 8.5.5
OS: Linux or MacOS
Installation
Clone the repo and change directory to that folder (skip this part if it is already cloned)
git clone https://github.com/NgoQuocBao1010/Exercise-Correction.git
Change directory to ./web folder
cd web
Install all dependencies for client and server (skip this part if they are already installed)
npm run install:all
Start website - Run on http://127.0.0.1:8000/
npm run start:website
Look through here for other commands to run dev server.