Skip to content

viet-quocnguyen/recycle-camp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead, 4 commits behind aavaSapkota:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Welcome to RecycleCam - My Hack The North 2019 Project

About The Project

Recycle Cam is an app with a built-in camera, which takes a picture of a waste item, they need characterized. The built-in AI model, built with Microsoft's Azur's Custom Vision, classifies the waste item as garbage, recycling, compost, or e-waste. It also includes a map feature which informs the user of nearby recycling stations/plants.

You could see the live demo of this project here.

recylecam_ewaste

recylecam_recycling

recylecam_compost

Built With

  • Front-end - React, Bootstrap, HTML/CSS
  • Back-end - Microsoft's Azure's Custom Vision

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/viet-quocnguyen/recycle-camp.git
  1. Install NPM packages
npm install
  1. Start project locally
npm run start

License

Distributed under the MIT License. See LICENSE for more information.

About

An app that classifies pictures of waste into the 3 waste categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • HTML 9.3%
  • CSS 5.4%