Download and Run the Script

After choosing your model type, you'll then download a ZIP file containing Python scripts and training data to build your AI model.

An instructions.html file will also be included, which will explain the process to build your AI model.

In some cases, a publish.py file will also be included. This will allow you to publish your finished, trained AI to different forms, such as an API endpoint or live model.

Normal Usage

Normally, you'll have two key scripts. build_ai.py is run to build the AI model, and test_ai.py is used to test the now completed AI model.