Skip to content

A homework assignment as part of the Helix RE Inc. recruitment process

Notifications You must be signed in to change notification settings

sonnysangha/helix-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helix Assignment

This project uses the Google Vision API to categorise an array of images provided in src/data.js

To run the project, simply add the file env.ts into the src/ directory and place the following contents inside (replacing where appropriate):

export enum config {
    VISION_API_KEY = 'REPLACE_ME_WITH_GOOGLE_VISION_API_KEY'
} 

Then run npm i to install all dependancies and npm start to run!

demo

About

A homework assignment as part of the Helix RE Inc. recruitment process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published