Skip to content

FishEagle/cazgi-IBM-Watson-NLU-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-project-template

How to install (in Skills Network Labs)

  1. clone the repository with git clone

  2. go to the cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeClient directory

    1. run npm install
    2. run npm run-script build
  3. go to the cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeServer directory

    1. run npm install

    2. create your .env file and put your IBM Watson Natural-Language-Understanding service credentials there as:

      API_KEY=<your api key>
      API_URL=<your url>
    3. npm start starts it!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • HTML 34.1%
  • CSS 6.6%