TripoSR icon indicating copy to clipboard operation
TripoSR copied to clipboard

Local FastAPI App

Open tianyilt opened this issue 1 year ago • 2 comments

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.

tianyilt avatar Mar 06 '24 03:03 tianyilt

great!

MagicReader avatar Mar 06 '24 09:03 MagicReader

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.

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

joshkiller avatar Apr 15 '24 02:04 joshkiller