Skip to content

[PoC] This is a smart human/alien detector developed during the Microsoft Innovation Center's Hackaton: 'Improve life in the office on MARS'

License

Notifications You must be signed in to change notification settings

wearespacey/Smartblaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[PoC] This is a smart human/alien detector developed during the Microsoft Innovation Center's Hackaton: 'Improve life in the office on MARS'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published