- Create
venv
environment and activate it:
python -m venv .venv
.\.venv\Scripts\activate
To deactivate the venv, use:
deactivate
- Install requirements:
pip install -r requirements.txt
-
Ensure the
images
folder is present in the root directory of the project. -
Save images to convert in
images
folder, then runconvert.py
script:
python convert.py
- Results will be in
converted_images
.