This repository contains solutions that are already deployed on Super Protocol and are available to all testnet participants. Some solutions designed for end users and require only some input data to function. Then there are base images used by other solutions which could only be accessed through Command-line Interface (CLI).
Solution | Description |
---|---|
Python | Base image for Python solutions. |
Image Classification | Machine learning algorithm that determines what is shown in the picture. |
Face Recognition | Machine learning algorithm that calculates the probability that two photos contain the same person. |
Speech Recognition | Machine learning algorithm that transforms speech into text. |
-
Clone this repository:
git clone https://github.com/Super-Protocol/solutions
-
Download and install Super Protocol CLI for your OS:
Linux:
curl -L https://github.com/Super-Protocol/ctl/releases/latest/download/spctl-linux-x64 -o spctl sudo install spctl /usr/local/bin/spctl
macOS:
curl -L https://github.com/Super-Protocol/ctl/releases/latest/download/spctl-macos-x64 -o spctl sudo install spctl /usr/local/bin/spctl
Windows is not supported, please use WSL
-
Download and decrypt solution using
resource.json
file in the solution directory:spctl files download resource.json ./