| <h2 align="center">Website for Models Demonstration</h2> | |
| 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 | |
| 1. Clone the repo and change directory to that folder _(skip this part if it is already cloned)_ | |
| ```sh | |
| git clone https://github.com/NgoQuocBao1010/Exercise-Correction.git | |
| ``` | |
| 1. Change directory to _./web_ folder | |
| ```bash | |
| cd web | |
| ``` | |
| 1. Install all dependencies for client and server _(skip this part if they are already installed)_ | |
| ```bash | |
| npm run install:all | |
| ``` | |
| 1. Start website - Run on http://127.0.0.1:8000/ | |
| ```bash | |
| npm run start:website | |
| ``` | |
| 1. Look through [here](./package.json) for other commands to run dev server. | |