Creating an AI

This will walk you through the steps of preparing your system to build an AI model.

Installing Python

First, install Python.

On Debian/Ubuntu systems, Python is usually pre-installed. However, if it isn't you should type the following…

  sudo apt install python3 python3-pip

Installing Libraries

Next, you need to install the required libraries.

  pip3 install tensorflow numpy matplotlib

Build your AI

Create a folder to work in and unzip the contents of your ZIP file, or unzip using the GUI.

  unzip mymodel.zip

Run the 'build.py' command to create your AI…

 python3 build.py

Test your AI

You can test your AI after you've built it with the test command.

 python3 test.py