Experimental, WIP web app for playing around with python's Wand library. Allows users to upload images and create their own unique composites out of them by leveraging Wand's Drawing API + composite operators. Built with FastAPI.
https://apparition.xfilesgenerator.com
- git clone
- python3 -m venv env
- source env/bin/activate
- pip install -r requirements.txt
- uvicorn main:app --reload