Call-for-Code / DroneAid

Aerial scout for first responders. DroneAid uses machine learning to detect calls for help on the ground placed by those in need.
Apache License 2.0
122 stars 59 forks source link

add css locally and add a downloader for other packages #18

Closed bourdakos1 closed 4 years ago

bourdakos1 commented 4 years ago

Adds a download.js script that can download a package. Using node to download to avoid relying on user having curl or wget.

Running npm install will install the required node packages for the server followed by downloading the tfjs object detection sdk js file

johnwalicki commented 4 years ago

Sweet!