Description
Telegram bot that uses a machine learning model to answer questions related to Jeopardy!
The bot is built with the python-telegram-bot
library and uses a Doc2Vec
model that will be trained based on a Jeopardy dataset. Once trained, the model can provide answers to questions from the Jeopardy dataset.
Source code can be found on GitHub.
Interact with the live bot here!
![](https://i.imgur.com/BsNjAG3.png)
Usage
Once the bot is running, you can interact with it on Telegram. Start a conversation and ask questions related to Jeopardy. The bot will infer the most relevant question from its dataset and provide an answer.