Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

adgapar/mbd-ibm-watson-challenge

Repository files navigation

IBM Watson Challenge

IE University, Master's in Business Analytics and Big Data (Apr 2019 - Mar 2020

The repo contains Node.js application, that serves as an interface for chatbot developed in IBM Watson.

Configuring the application

  1. Import IBM Watson skill to your IBM Watson assistant instance. JSON file is located here:

    <project_root>/skill-json-file/skill-teamD.json

  2. In the application folder, copy the .env.example file and create a file called .env

    cp .env.example .env
    
  3. Open the .env file and update the credentials that you can take from IBM Watson (cloud.ibm.com).

Running locally

  1. Install the dependencies

    npm install
    
  2. Run the application

    npm start
    
  3. View the application in a browser at localhost:3000

About

IBM Watson Challenge

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published