Skip to content

mimirsystems/20Qs

Repository files navigation

20Qs Bot

CircleCI

Playing 20Questions with Online Tree Learning and Uncertainty

Try the bot online here

Run Locally

  • Depends on python3
  • Install dependencies via
$ pip3 install -f requirements.txt
  • Run via
$ python3 debug.py

Your app should now be running on localhost:5000.

Run on Heroku

$ heroku create
$ git push heroku master
$ heroku open