git clone https://github.com/kamya-ai/Google-Events-Chatbot.git
cd Rasa-Google-Events
conda create -n rasaenv python=3.8
conda activate rasaenv
pip install -r requirements.txt
credentials.json
and place it in the project directory.rasa run actions
sudo docker run -p 8000:8000 rasa/duckling
rasa shell
credentials.json
file in the project directory.pip install -r requirements.txt
.Posted Aug 27, 2023
The Rasa NLU + Google Calendar API integration program provides a user-friendly interface to schedule events, retrieve event lists, and check for available freβ¦
0
1