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.txt
to 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.txt
to 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.traineddata
toC:\Program Files\Tesseract-OCR\tessdata\
- Everything should work now!
- Paste input pictures in the
/input
directory - In the main.py file change the filename in
line 71
and runmain.py
- Voilà! Answers are placed in the
/outputs
directory
#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.txt
to install necessary packages - Make sure all files are in the same location as
main.py
file - Everything should work now!
- Open
index.html
in your browser - Run
main.py
, reopen browser and reload page - Voilà! Enjoy watching bot playing a game
python3 main.py