TripoSR
TripoSR copied to clipboard
Local FastAPI App
This PR introduces a FastAPI application (app.py) specifically designed as a backend application for the TripoSR project. As of March 4, 2024, TripoSR stands out as the fastest and highest-quality Image-to-3D model generator. The introduction of this FastAPI application aims to facilitate developers in creating Image-to-3D applications by offering a suite of image processing and 3D model generation functionalities.
Install FastAPI:
pip install fastapi uvicorn python-multipart
Start the FastAPI
uvicorn app:app --host 0.0.0.0 --port 8000 --reload
For more comprehensive information about sending requests and features, please refer to the detailed tutorial.
great!
This PR introduces a FastAPI application (
app.py) specifically designed as a backend application for the TripoSR project. As of March 4, 2024, TripoSR stands out as the fastest and highest-quality Image-to-3D model generator. The introduction of this FastAPI application aims to facilitate developers in creating Image-to-3D applications by offering a suite of image processing and 3D model generation functionalities.Install FastAPI:
pip install fastapi uvicorn python-multipartStart the FastAPI
uvicorn app:app --host 0.0.0.0 --port 8000 --reloadFor more comprehensive information about sending requests and features, please refer to the detailed tutorial.
HI @tianyilt Good Job. I'm wondering how to use your fast API. I think it will be definitely helpful if i want to associate another model to this one. Hope you understand my situation and give you an answer