Step 1 - clone the repository
Step 2 - if you want to run cli-based solution,
cd cli-solution
set evironment variable fir the API key
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
if you want to run python webserver solution,
cd python-solution
set evironment variable fir the API key
./run