Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local FastAPI App #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Local FastAPI App #23

wants to merge 2 commits into from

Conversation

tianyilt
Copy link

@tianyilt tianyilt commented Mar 6, 2024

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.

@MagicReader
Copy link

great!

@joshkiller
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants