Skip to content

A small chit-chat bot which uses Rasa open source.

Notifications You must be signed in to change notification settings

sushilr007/chit-chat

Repository files navigation

Prerequisite:
Python(3.6.5)

Creating Environment:

  • (Install)- py -m pip install --user virtual env
  • (Create)- py -m venv env
  • (Activation) - ./env/Scripts/activate

Installation: pip install rasa (For Spacy only) pip install rasa[spacy] python -m spacy download en_core_web_md

Create New project: rasa init --no-prompt

Train model: rasa train

Train NLU model: rasa train nlu

Running on shell: rasa shell

*Feel free to generate issues. *Submit a new feature that you want to be added.

About

A small chit-chat bot which uses Rasa open source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages