Skip to content

ABitShift/gitmaster-chatbot

 
 

Repository files navigation

gitmaster-chatbot

Git master Chatbox demo

How to install

  • Install Python.
  • Install Node.Js (12+).
  • Install dependencies in requirements.txt.
  • Install Node.Js dependencies in /chatbox (yarn).

Start

  • Train the model: ./bin/train.py.
  • Start the Rasa actions server: ./bin/start-server.py.
  • Start the Rasa application in shell mode: ./bin:start-chatbot.py.
  • Start the Rasa application in "web" mode: rasa run --credentials credentials.yml --cors "*"
  • Start the React Web application: cd chatbox && npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.3%
  • Python 26.6%
  • HTML 13.7%
  • CSS 7.4%