Skip to content

SD image parsing webservice mockup.

License

Notifications You must be signed in to change notification settings

d3x-at/sd-parsers-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD Image Parsing Service

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.

Screenshot

Installation

To set up the project, follow these steps:

  1. Clone the repository and navigate into the directory:

    git clone https://github.com/d3x-at/sd-parsers-web
    cd sd-parsers-web
  2. Create and activate a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install the necessary dependencies:

    pip3 install -r requirements.txt
  4. Run the service:

    python3 parser.py

Powered by:

Example image created by HHGomez on CivitAI.

About

SD image parsing webservice mockup.

Resources

License

Stars

Watchers

Forks