This is a simple mockup of an image parsing webservice. Feel free to use it as you see fit. Please note that this project is provided as-is, and will probably not be actively maintained or updated in the future.
To set up the project, follow these steps:
-
Clone the repository and navigate into the directory:
git clone https://github.com/d3x-at/sd-parsers-web cd sd-parsers-web
-
Create and activate a virtual environment:
python3 -m venv .venv source .venv/bin/activate
-
Install the necessary dependencies:
pip3 install -r requirements.txt
-
Run the service:
python3 parser.py