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
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.
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.
You will find herebelow the frameworks and dependencies used by this solution:
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/wearespacey/smartblaster.git
- Create a custom vision resource here : Custom Vision
- Save the followings in a file named
api-keys.ts
in thesrc
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'
};
Distributed under the MIT License. See LICENSE
for more information.