Quickstart 🚀#
Getting started with Focoos AI has never been easier! In just a few steps, you can quickly set up remote inference using our built-in models. Here's a simple example of how to perform object detection with the focoos_object365 model:
Step 1: Install the SDK#
First, make sure you've installed the Focoos Python SDK by following the installation guide.
Step 2: Set Up Remote Inference#
With the SDK installed, you can start using the Focoos API to run inference remotely. Here's a basic code snippet to detect objects in an image using a pre-trained model:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|