Bot that helps answer questions posed in the HQ Trivia app.
Demo: https://youtu.be/0dy9Y7u367g
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Google cloud and enabled search engine api is required for the google search module to work. In addition a local copy of tesseract is required in order to run ocr correctly.
brew install tesseract
The requirements.txt has all required libraries in order to run the bot.
pip3 install -r requirements.txt
Run main.py when the question and all options are displayed on the screen.
