Data Labeling by Active Learning
Get Started:
- Install Node
- npm is automatically installed with Node
- check by running
npm -von Terminal
- Install MongoDB
- Install Nodemon
-
npm install -g nodemon
On the Terminal:
-
cd /USPTOApp/frontend
npm install
-
cd /USPTOApp/backend
npm install