File size: 900 Bytes
369fac9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<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.