Skip to content

marchuk-vlad/superprotocol-solutions

 
 

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
    

    macOS:

    curl -L https://github.com/Super-Protocol/ctl/releases/latest/download/spctl-macos-x64 -o 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 with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.1%
  • JavaScript 23.8%
  • SCSS 7.9%
  • Solidity 4.8%
  • HTML 0.8%
  • CSS 0.4%
  • Other 0.2%