Giter VIP home page Giter VIP logo

nlp-proj3's Introduction

nlp-proj3

Project 3: Conversational Interface

Group Members: Jiapeng Liu, Ka Wong, Tomi Inouye

GitHub repository: https://github.com/liujjpp/nlp-proj3

Rasa is used in this project, therefore, the module uvloop is needed. uvloop is only supported on Linux or Mac machines, so please install the project one of the so said machines to be able to install all dependencies. The alternative is to run a linux system on a virtual machine to install this project.

Directions for setup:

Use virtualenv for handling dependencies

Requirements

  • Python 3
  • Pip 3
  • Mac or Linux machine

Installation

Mac/Linux Instructions

$ pip3 install virtualenv
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Running the project

To start chatting with the rasa bot, run rasa shell, otherwise to retrain the rasa bot using modified data from /data/*, run rasa train.

Keep in mind to also run rasa run actions in a separate tab within your virtualenv so the custom actions for retrieving the recipe and parsing entities from user messages for custom responses are active. The command creates a webserver on port 5055 and listens for calls to /webhook by the bot to perform the custom actions.

nlp-proj3's People

Contributors

htmercury avatar liujjpp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.