Skip to content

olg200492/Silly-Hacks-Hackton-2020

Repository files navigation

Shape detector

Setup

Prepare the node environments:

$ npm install
# Or
$ yarn

Run the local web server script:

$ node server.js

About

Project made for silly Hacks hackton 2020.
Detects what shape is in the image between a circle,square,triangle and star.
Using:

  1. neural network made with keras and converted to json using TensorFlow.js
  2. Html
  3. CSS
  4. Node.js
  5. JavaScript