Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 517 Bytes

AzureFinalChallenge

Application for Mate's final Azure challenge for detecting fish.

GUI interface is located in the fishui folder and can be packaged into an application that will be in the out directory. You can also use the electron packager system to package it.

To generate the application:

cd fishui
npm install
npm run make

or


npx electron-packager . --platform=<platform> --arch=<arch>

For more information on packaging go here