The task is to create a simple web application. The web application is a low-fi, toy version of a tool like https://prodi.gy that enables humans to create training sets for NLP-based machine learning models. Specifically, the web app should enable the user to apply “labels” to “documents”. Here, both a “labels” and a “documents” are defined to be arbitrary strings. In practice, the “label” will usually describe some feature of the “document”.
First of all, you need to install node.js v18.1 or more, and yarn.
Second, you need to run the following command to install dependencies
yarn
Third, you need to run the app by running the following command
yarn dev
If you have any questions, please refer this video. https://www.loom.com/share/8d4e1702e48846fea79871b088295f29?sid=d6911b59-01f1-4a4d-bf5a-613ce0fd50e8