Skip to content

heyitspratik/rasa-chatbot

Repository files navigation

rasa-chatbot

  1. Rasa initialise the project

    • Initialise the project by clonning the repo
    • Install rasa and other dependencies by pip install -r requirements.txt
  2. To train the data run this command: rasa train

  3. Write actions if required in actions.py(it use if you want to get the data from api)

  4. Write the flow in domain.yml

  5. Write the port number in endpoints.yml for running server on particular port

  6. Start rasa actions server using rasa run actions

  7. Start rasa api server so that chatbot can communicate using this rasa run --cors "*" --enable-api

  8. For chatbot design we can use rasa own chatbot design(which has not good design) or we can use botfront which is best. Using botfront we can change appearance of chat boat.we just need to add the Script tag in any HTML file.

  9. Add the scripting tag in the HTML file and change the socket url .

References: 1. Rasa official learning documentations: a. https://learning.rasa.com/ b. https://rasa.com/docs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors