An open API service indexing awesome lists of open source software.

https://github.com/pandas9/pifuhd_api_example

pifuhd flask api
https://github.com/pandas9/pifuhd_api_example

2d3d flask pifuhd

Last synced: about 2 months ago
JSON representation

pifuhd flask api

Awesome Lists containing this project

README

        

# Running
inside terminal execute

docker build -t pifuhd-flask .

docker run -d -p 8080:8080 pifuhd-flask

for cuda11 docker run -d -p 8080:8080 --gpus all nvidia/cuda:11.0-base pifuhd-flask

# Navigating files and folders
lib folder is the good stuff

utils.py is bridge between web app and pifuhd

# TODO
- allow only one image file instead of checking file name

- add uuid to file names

- generate directly to static folder