reLit is a PWA(progressive web app) that uses computer vision to identify recyclable garbages in the image, therefore encouraging an environmentally friendly way of disposing our garbage.
client
contains the front-end implementation using Vue.js.
server
contains the backend implementation that handles requests to the image classification API.
Node.js is required. Additional packages is described in package.json
Run npm install
in the server/client directory to install required packages.
ReLit-Dev is our development repository. relit-yolo is our demo app using YOLO library.