Skip to content

External Dependencies

External Dependencies in Custom Models App

In this section of the documentation, additional information is provided regarding the external dependencies utilized by the Custom Models app.

External API Calls

The Custom Models app uses the following external API calls to perform tasks such as visual recognition, object detection, and language processing:

Open-Source Models

Model Name Description
YOLO A real-time object detection system for automated caption of dataset.

Closed-Source Models

Model Name Description
OpenAI A suite of AI models for natural language understanding, generation, and other tasks.

Remarks

  • For a more detailed understanding of the application's workflow, please refer to the Architecture section here.
  • For specific examples and details about the available inference endpoints, visit the FastAPI application and its endpoints documentation here.