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
- Host: GitHub
- URL: https://github.com/pandas9/pifuhd_api_example
- Owner: pandas9
- Created: 2021-10-10T17:55:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T20:02:20.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:19:53.447Z (3 months ago)
- Topics: 2d3d, flask, pifuhd
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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