Yottabyte  1.0
An AI powerd app meant to detect polluted beaches and organise clean up events.
How to install

Build the WebApp from source

0. Make sure you have Visual Studio 2019 installed with ASP.NET and web development workload.

  1. Clone the repository.
  2. Open the cup-2022-yottabyte\webapp directory.
  3. To lunch the VS Solution click on Yottabyte.sln.
  4. Before running the project please make sure that you have created a appsettings.json file in the cup-2022-yottabyte\webapp\Yottabyte\Server\. You can see appsettings.example.json for example.
    • JWT:Key - the secret key for the JWT Token generation
    • JWT:Issuer - the issuer of the JWT Token (most probably your domain)
    • JWT:Audience - the issuer of the JWT Token (most probably your domain)
    • AzureCustomVision:PredictionKey - the prediction key for the Azure Custom Vision
    • AzureCustomVision:PredictionEndpoint - the prediction endpoint for the Azure Custom Vision
    • AzureCustomVision:PredictionModelPublishedName - the prediction model name for the Azure Custom Vision
    • AzureCustomVision:PredictionModeId - the prediction model id for the Azure Custom Vision
    • AzureMaps:Key - the key for the Azure Maps API

Use the release to download our mobile app

Android

  1. Download the release from GitHub or from the download page.
  2. Install the application by opening yottabyte.apk file.

IOS

  1. Download the release from GitHub or from the download page.
  2. Install the application by opening yottabyte.ipa file.