- Install RASA https://rasa.com/docs/
- Clone this repo using
gitclone https://github.com/Ares358/ChatBot-Demo.git
- Train with the command
rasa train
- Start talking to the bot in terminal with command
rasa shell
- Initiate the server using
rasa run -m models --enable-api --cors "*"
for website integrations
Ares358/ChatBot-Demo
A Chatbot built upon the Rasa framework. Configured for my DE project website.
Python