Connecting Your Model: A Complete Guide
Last updated
Last updated
This guide will walk you through the process of connecting your AI model to the Handit.AI platform. By the end of this guide, you'll have your model connected and actively capturing data in the system.
To get started, you first need to create a model within the Handit.AI platform. Follow these steps:
Navigate to the "Models" section on the platform.
Click on "Create Model".
Enter the required basic information about your model (e.g., name, description).
Once created, the platform will generate a unique Model ID for your model.
To connect your model in your code, you'll need to use the Handit.AI library:
After installing the library, you can configure it in your JavaScript code and connect your model. Use the following steps:
Go to the Settings page on the platform.
Find your API Integration Token. This, along with your Model ID, is required to connect your model.
Here's an example of how to configure and connect your model using the library:
📘 Note: Replace
'your-model-id'
and'your-api-integration-token'
with the actual values for your model.
Once your model is connected, you will start seeing data flow in the platform. Go to the "AI Evaluation" section to monitor the data captured by your model.
Congratulations! You’ve successfully connected your model to the Handit.AI platform. You can now monitor and analyze the data flowing through your model in real time.
💡 Tip: Explore advanced features like Monitoring, AI Evaluation, and more to make the most of Handit.AI.