https://github.com/duyet/nlp-board-labeling
Dashboard for labeling NLP
https://github.com/duyet/nlp-board-labeling
express nlp node nodejs word2vec
Last synced: about 1 year ago
JSON representation
Dashboard for labeling NLP
- Host: GitHub
- URL: https://github.com/duyet/nlp-board-labeling
- Owner: duyet
- License: mit
- Created: 2018-03-09T16:21:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T05:22:44.000Z (about 1 year ago)
- Last Synced: 2025-03-28T02:45:26.251Z (about 1 year ago)
- Topics: express, nlp, node, nodejs, word2vec
- Language: JavaScript
- Size: 479 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nlp-board-labeling
Dashboard for labeling NLP

# Installation
1. Clone the project
2. Install packages
```
npm install
```
3. Start the server
```
node ./bin/www
```
4. OK: [http://localhost:3000](http://localhost:3000)