Readme for the PyPi Package is here: README_PACKAGE.md
API-Documentation can be found here: https://skillor.github.io/blender-render-api/
All settings can be overwritten with environment variables with the same name.
with port and API KEY
docker run --rm -d -p 8000:80 --env API_KEYS=123qwe skillor/blender-render-api
docker image can be found here: https://hub.docker.com/r/skillor/blender-render-api
Install Blender
Install API requirements
pip3 install -r requirements_api.txt
Copy "settings_example.py" to "settings.py"
cp settings_example.py settings.py
Edit your settings.py
Start the server
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --log-level warning