Install FastAPI
Serve model
In a terminal, call:weave://your_entity/project-name/YourModel:<hash>
To use it, navigate to the Swagger UI link, click the predict endpoint and then click “Try it out!”.The W&B Mobile App for iOS is here. Monitor training runs and explore your projects from your iPhone or iPad.
Expose your Weave ops and models as API endpoints for serving predictions and running inference in production.
weave serve <ref>
pip install fastapi uvicorn
weave serve <your model ref>
weave://your_entity/project-name/YourModel:<hash>
To use it, navigate to the Swagger UI link, click the predict endpoint and then click “Try it out!”.Was this page helpful?