MEME Rasa Bot
A bot made for absolute fun. It can create memes..
What inspired you
I was bored and got to know about rasa so I decided to create it :D
👇 Prerequisites
Before installation, please make sure you have already installed the following tool:
pipenv
pip install pipenvWe will use pipenv to easily manage and set up a working environment.
🛠️ Installation Steps
Once you have cloned the project follow these steps to install it:
- Initialize a virtual environment and install dependencies via use pipenv
cd Meme-Rasa-Bot
pipenv install
🧑💻 Training and Testing
- Train bot
rasa train - Test bot on terminal
rasa shell - start
rasa serverand test locallyrasa run --enable-api --port 5005 - start
actionsserverrasa run actions -p 5005Once the server is up and running, test the bot directly viapostman
Here's a blog to explore therasaAPIs with postman
But here are some of the common APIs to use:
Testing the bot
POST: http://localhost:5005/webhooks/rest/webhook with the body{ "message": <your message> }Check the rasa version
GET: http://localhost:5005/version no body needed
You could also explore the apis with postman via video.
Built With
- python
- rasa
Log in or sign up for Devpost to join the conversation.