Polly is a multilingual chatbot that will interact with students at the Faculty of Automatic Control and Computer Science (POLITEHNICA University of Bucharest). It will answer their frequently asked questions or various common problems in a student's life, such as "When does my course start and end?". Students will be able to chat with Polly through the ACS-UPB app.
// run the setup script
./setup.sh
- RO -
cd src/
rasa train
- EN -
cd srcEN/
rasa train
// run the action server
rasa run actions
rasa shell