A mask detecion API middleware server
This project was made using middlewares architecture in express with typescript, its purpose is to prevent attacks on Avantia's neural network server, and managing incoming requests from the funcionality demonstration.
This code is written in typescript, so you will need to install typescript in order to compile to javascript and run
Run yarn install
or npm install
depending on what package manager you use, this command will install the dependencies
Run tsc
command to compile .ts
files to .js
, then run yarn start
to start the server
- To watch typescript files run
yarn watch-ts
- To watch static files run
yarn watch-static