pose / web /README.md
amitesh11's picture
Upload 3019 files
369fac9 verified
|
raw
history blame
No virus
900 Bytes

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

  1. 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
    
  2. Change directory to ./web folder

    cd web
    
  3. Install all dependencies for client and server (skip this part if they are already installed)

    npm run install:all
    
  4. Start website - Run on http://127.0.0.1:8000/

    npm run start:website
    
  5. Look through here for other commands to run dev server.