Inferece#
This section covers how to perform inference using the focoos
library. You can deploy models to the cloud for predictions, integrate with Gradio for interactive demos, or run inference locally.
🤖 Cloud Inference#
1 2 3 4 5 6 |
|
🤖 Cloud Inference with Gradio#
setup FOCOOS_API_KEY_GRADIO
environment variable with your Focoos API key
pip install '.[gradio]'
python gradio/app.py
🤖 Local Inference#
1 2 3 4 5 6 7 |
|