This program is still in early phase of development. If you would like to contribute fell free to create pull request or rise an issue. We will create a release when the basic functionality is achieved.
This project aims to create an application that would enable fire team to monitor live damage numbers during boss DPS phase.
Right now we are testing a possibility recognize numbers from screen captures during live gameplay. We use OpenCV and Tesseract-OCR to find and recognize the numbers from frames.
- Create a virtual environment by executing following command inside cloned repository folder
python -m venv .- To activate vent execute
source Scripts/activate- Install all the nessesary libraries
pip install -r requirements.txt- Execute the script like typical python file
python ./test.py