Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangula-karthik/trashminator
Team 4 submission for NYP codeoverflow hackathon 2022
https://github.com/gangula-karthik/trashminator
Last synced: about 2 months ago
JSON representation
Team 4 submission for NYP codeoverflow hackathon 2022
- Host: GitHub
- URL: https://github.com/gangula-karthik/trashminator
- Owner: gangula-karthik
- License: mit
- Created: 2022-08-30T05:33:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T09:50:26.000Z (5 months ago)
- Last Synced: 2024-07-14T10:54:35.762Z (5 months ago)
- Language: Jupyter Notebook
- Size: 60.5 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NYP CODEOVERFLOW 2022 🚀
Team 4 submission for NYP codeoverflow hackathon 2022 (Third Place Winner 🥉)
## TRASHMINATOR 🗑
Team members include:
- Karthik
- created the object detection for both video and webcam inference using yolov7
- created a backend server using flask to upload videos and activate webcam on button click
- Jay
- added form validation for the login and signup pages
- created the website using html, css and js
- link the pages together
- Jun ming
- made the login and signup page
- Pin shien
- made the slides
- added the text content on the webpages
## PROCESS 🤔
Here's how it works: users can upload their own videos or source them from security cameras, which are then scanned to identify the amount of trash present. This location is marked on a map and made available to users who can volunteer to help clean it up. In return for their efforts, these users will earn points and rise up the leaderboard, inspiring them to keep making a positive impact on their community. It's a simple but powerful way to promote environmental responsibility and make a real difference.## WANT TO TRY IT OUT ?
Clone the repository by using the below command
```
git clone https://github.com/gangula-karthik/TRASHMINATOR.git
```