In this repo you can find our implementations of the tasks on BEST Hackathon 2022
Our team consists of 3 people:
- Simply clone the whole repo
- Run
pip install -r zad1/requirements.txtto install necessary packages - Put all images in folder
- Change PATH variable
- Everything should work now!
- Change PATH variable accordingly to your files destination
- Run
python3 main.py - Voilà! Output file should be in directory
python3 main.py- Simply clone the whole repo
- Run
pip install -r zad2/requirements.txtto install necessary packages - Download tesseract.exe from this link
- Install this exe, make sure it has installed itself in
C:\Program Files\Tesseract- OCR - Copy and paste
pol.traineddatatoC:\Program Files\Tesseract-OCR\tessdata\ - Everything should work now!
- Paste input pictures in the
/inputdirectory - In the main.py file change the filename in
line 71and runmain.py - Voilà! Answers are placed in the
/outputsdirectory
#before running main.py, make sure to change path in line 71
#71 path = 'input/' + your_file_name
python3 main.py- Simply clone the whole repo
- Run
pip install -r zad3/requirements.txtto install necessary packages - Make sure all files are in the same location as
main.pyfile - Everything should work now!
- Open
index.htmlin your browser - Run
main.py, reopen browser and reload page - Voilà! Enjoy watching bot playing a game
python3 main.py