Skip to content

adityaskarnik/chatbot

Repository files navigation

Installation

First setup virtual environment

virtualenv venv

Next, activate virtual environment

source venv/bin/activate # For Linux
.\venv\Scripts\activate # For Windows

Install rasa

pip install rasa

Install rasa x

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Start project

rasa init --no-prompt

Start interactive rasa

rasa x

Run the ChatBot with API

Run the following commands to start the chat api

rasa run actions -vv
rasa run -m models --enable-api --cors "*" -p 5021

Open the home.html file to view the Chat UI

Donation

If this page helps you reduce time to develop, you can buy me a cup of coffee ☕

paypal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published