A web app to help FIT1045 students generate example images for their Neural Networks. Built on Typescript and RxJs.
Run npm install to install the dependencies, then either run npm start to start a webpack server at localhost:8080
that hosts the webpage or run npm run build to build the static site found in the dist folder.