Welcome to Teknoir! This guide will help you get started with our comprehensive MLOps platform. Follow the steps below to set up and begin using Teknoir's powerful features!
Teknoir is an advanced platform designed for deploying AI at the edge. It includes several components to support your AI and machine learning workflows:
Before you begin, ensure your system meets the following requirements:
In this section we will configure your edge device to securely communicate with the Teknoir platform.
Visit https://teknoir.cloud and login using your username and password.
On the side-panel menu, select Devices
Name (required)
This will be the name of the device.
Namespace (not editable)
This indicates which namespace the device will belong to. To create a device under another namespace, please select namespace in the top bar prior to creating a new device.
Hardware (optional)
Select type of device or device architecture. Choose generic to skip OS image creation and only rely on the installer.
User (optional)
Modes:
· Generated user authentication: User name will be teknoir with a generated password.
· Username and password: You can specify user name and password yourself.
Fields:
· User Name: This will be the username of the account used to access the device operating system.
· Password: Set a password for the account. The password needs to be at least 8 characters long, and also contain at least: one uppercase, one lowercase and one number.
· SSH Authorized Public Key: Copy your own public ssh key here for convenience when connecting to the device on a local network.
Note: The SSH Authorized Public Key will be provisioned to the users authorized_keys. This enables password less ssh login for that user if you have the matching private key.
Ethernet (optional)
Note: This is not available for generic hardware option.
Modes:
· Dynamically assign IP: You acquire IP address automatically with DHCP client.
· Static IP: You configure a static IP address and subnet mask.
· Static IP + DHCP Server: You configure a static IP address and subnet mask and start a DHCP server to let peripherals acquire IP addresses on the same subnet.
Fields:
· IP Address: The static IP address.
· Subnet: Specify subnet mask in CIDR format.
Wifi (optional)
Note: This is not available for generic hardware option.
Modes:
· No Wifi: Do not configure any Wifi
· Connect to Wifi: Specify credentials for the Wifi network to connect to.
· Create Access Point: Create a Wifi with credentials that peripherals can connect to.
Fields:
· SSID: Enter the name of the network you wish to grant the device access to.
· Password: Enter the password for the network.
· Country Code: Enter the country code for the network. A full list of country codes can be found here.
Note: Adding WiFi credentials to the device configuration will allow the device to automatically connect to that nearby WiFi when booting up.
Metadata (optional)
Add and remove metadata/labels that later can be used for managing devices at scale and annotate data.
· Add Label: Use this button to add an additional row of key and value.
· Key: Enter keyword for the metadata (example: city).
· Value: Enter value for the corresponding keyword metadata (example: new york).
Create a “drop-in” installer script
The installer is created for all types of devices, but if the generic hardware option is chosen it is the only thing to be generated for that device. The process usually takes less than 30 seconds.