• Stars
    star
    6
  • Rank 2,536,896 (Top 51 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MSc 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.