Skip to content

Repository Solutions From Super Protocol Testnet

Notifications You must be signed in to change notification settings

kridddz/solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Steps to download solution

  1. Clone this repository:

    git clone https://github.com/Super-Protocol/solutions
    
  2. 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

  3. Download and decrypt solution using resource.json file in the solution directory:

    spctl files download resource.json ./
    

About

Repository Solutions From Super Protocol Testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published