A companion web application that displays an interactive visualisation of litter on the streets of Glasgow City.
A hosted version can be viewed at https://glasgow-litter.garyblackwood.co.uk
- An interactive map of Glasgow City.
- View the ward and data zone boundaries.
- View the location of every public recycling facility.
- View the locations and images in which litter was detected.
- Run the object detection model on your own uploaded image.
Install Node.js 16.13.0.
Install NPM packages:
npm install
Start the companion web app:
npm start
Lint the code:
npm run lint
Format the code:
npm run format