IdeoG / stackoverflow_dm_bot

Final assignment on AML NLP HSE course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stackoverflow question search chatbot

Final assignment of Advanced Machine Learning NLP HSE Course

How to run?

docker build -t stackoverflow_bot .
docker run -e TOKEN=<YOUR_TOKEN> --rm -it stackoverflow_bot

About

Final assignment on AML NLP HSE course


Languages

Language:Python 98.3%Language:Dockerfile 1.7%