Using the API
Last updated
Last updated
When AI model learning is completed, the API is automatically created. Automatically generated APIs can be used to link and distribute services with artificial intelligence models without any hassle.
1. Click Training in the top navigation bar.
2. Click the Training Project with the model to see the API in the project list.
3. In the Model list at the bottom of the project, click the Details
of the AI model that you want to check for the API.
4. Click the API in the tabs on the left-hand side of the center of the screen.
5. The API is available in a total of 4 languages.(JavaScript / Python / wget /Java)
The code below is an example and may differ from the actual code.
Copy and paste the API in the appropriate language, and enter the input value for each parameter. Based on the code example below, parameter1~
means column name and test.csv
means the data name used when training.
After entering the input value in n for each parameter (column), you can check the result value.
Save a number of rows with values for each column (parameter) as CSV file.
(In this example, corresponding to test.csv
)
Enter row[0], row[1]...
where you enter the addition of the sample
variable and the input for each parameter, as shown in the code example below.
Run the code and check the result value.
Do you have any other questions? [email protected]