Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabiancoconut/ibm-watson-nlu-project
https://github.com/arabiancoconut/ibm-watson-nlu-project
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arabiancoconut/ibm-watson-nlu-project
- Owner: ArabianCoconut
- License: apache-2.0
- Created: 2022-08-20T12:37:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:27:10.000Z (about 2 months ago)
- Last Synced: 2024-11-06T10:41:54.051Z (about 2 months ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to use this project
* cd to the project directory and run npm@latest -s
* cd to sentimentAnalyzeServer and run npm install -s
* install IBM whatson package by running npm install -s [email protected]
* Modify the .env with your URI and API key from IBM whatson service.
* cd to IBM-Watson-NLU-Project/sentimentAnalyzeClient and run npm install -s && npm run-script build.
* Finally do npm start < port > of your choice.