storyteller-dialogue-system
PublicMSc project: design, develop and evaluate a conversational story-teller dialogue system. The system is developed in python and makes use of a Telegram web interface. The connection between the system and the web interface is done by using a SSL connection provided by Ngrok. The system includes a BERT model with a span classification head on top to handle user questions. A naive bayes classifier is used for the sentiment analysis task and a Rasa intent classifier is used to recognise user intents.