Skip to content

Nina0295/Natural-Language-Understanding-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Understanding

  1. Run the following command to update npm version: npm install npm@latest -s

  2. All packages are needed to be installed are listed in package.json. Run npm install -s, to install and save those packages: npm install -s

  3. Install the ibm-watson package in your server side using the following command: npm install -s ibm-watson@6.1.1

  4. Create Natural Language Understanding in IBM Cloud:

image

  1. Create new credentials in Natural Language Understanding

image

  1. Copy new credentials ( API key and URL )

image

  1. Run npm run-script build. Please note this is customized in package.json to generate and copy the client code to the server.

Create your first user and log in

image

You can type your text inside input box and press 'Analyze sentiment' and you will see reaction like 'negative', 'positive' or 'neutral' image

You can press 'Analyze emotions' and you'll get synonyms to the reaction image

You can also put URL with adress to some article and Natural Language Understanding analyse it for you image image

About

Client side of Natural-Language-Understanding project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published