Skip to content

Latest commit

 

History

History
101 lines (75 loc) · 3.45 KB

README.md

File metadata and controls

101 lines (75 loc) · 3.45 KB

Contributors Forks Stargazers Issues MIT License


Logo

SpaceY project realized during the SpaceOffice hackathon

Smart~Blaster~Detect is an angular web application that can detect wether the user is a human or a martian with the help of Custom Vision.

Report Bug Request Feature

Table of Contents

About The Project

At first, Smartblaster was supposed to be a rover which moves around the base while checking for wall breaches to seal. And then... he burned.

RIP Roli — 04/26/2019 - 04/27/2019

We had 10 hours left to find a new idea and carry it out. We chose to implement Custom Vision, from Microsoft, to differentiate humans from martians.

Built With

You will find herebelow the frameworks and dependencies used by this solution:

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/wearespacey/smartblaster.git
  1. Create a custom vision resource here : Custom Vision
  2. Save the followings in a file named api-keys.ts in the src folder
export const API_KEYS = {
  endpoint:
    'https://westeurope.api.cognitive.microsoft.com/customvision/v3.0/Prediction',
  key: 'CUSTOM-VISION-KEY',
  projectId: 'PROJECT-ID',
  publishedName: 'ITERATION-NAME'
};

License

Distributed under the MIT License. See LICENSE for more information.