fastApi - poster-generator
A proof of concept for a poster generator accessible via api.
Live Demo
Example output
Here's an example of a live call and response from the poster-generator
API.
It might take a moment to load because the application needs to boot, as the API is only running on demand.
Libraries tested
Library | Usage |
---|---|
FastApi | For api setup |
Pillow | For image editing |
Run locally
Docker
everything you need should be in the makefile
, run command
This will run:
Terminal
- Install Python
- Install pip
- Install requirements
If running on MacOs
You might need to run the Install Certificates.command
script, found in the Python folder, or else the api-calls might return error:
Once the app is running
Docs, endpoints and examples can be found here: