https://github.com/pettiboy/junction-2023
Raising Awareness, Educating, and Motivating for Sustainable Recycling
https://github.com/pettiboy/junction-2023
aalto-university junction junction2023
Last synced: 10 months ago
JSON representation
Raising Awareness, Educating, and Motivating for Sustainable Recycling
- Host: GitHub
- URL: https://github.com/pettiboy/junction-2023
- Owner: pettiboy
- Created: 2023-11-10T18:20:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T03:28:42.000Z (over 2 years ago)
- Last Synced: 2025-01-05T07:15:07.779Z (over 1 year ago)
- Topics: aalto-university, junction, junction2023
- Language: TypeScript
- Homepage:
- Size: 59.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ReMaskIt
[](http://junction2023.url.com)
##
Raising Awareness, Educating, and Motivating for Sustainable Recycling
A significant percentage of critical raw materials, including Lithium, are not recycled due to a lack of awareness and correct recycling practices. This not only harms the environment but also poses a threat to supply chains and sustainability. Our solution aims to address this issue by creating an innovative Instagram filter that combines awareness, education, and motivation to encourage sustainable recycling.
Using the power of Instagram, we deploy our solution as a filter that users can share as Instagram stories or reels. The filter employs cutting-edge object detection and classification technology, including OpenAI GPT-4 Vision and GPT-4 Turbo, to provide users with insights into the impact of recycling. It also guides them to the nearest recycling stations. To motivate users, we offer point rewards that can be redeemed as perks from partner companies. These companies, in turn, support our initiative by advertising through content generated by our filter.
[](https://www.youtube.com/watch?v=VVhAUjZ5tLs)
### Frontend
1. Navigate to the frontend folder
```bash
cd frontend
```
2. Install dependencies
```bash
yarn
```
3. Start React Native app
```bash
npm run ios
```
### Backend
1. Navigate to the backend folder
```bash
cd backend
```
2. Install Flask dependencies
```bash
pip install -r requirements.txt
```
3. Run Flask server
```bash
python app.py
```
### Machine Learning & Data Pipeline

- **Frontend**
- [React Native](https://reactnative.dev/)
- **Backend**
- [Flask](https://flask.palletsprojects.com/)
- **Machine Learning**
- [Google MLKit](https://developers.google.com/ml-kit)
- [OpenAI GPT-4 Vision](https://beta.openai.com/docs/)
- [OpenAI GPT-4 Turbo](https://beta.openai.com/docs/)
- **Data Source**
- [Kierrätys API](https://www.kierratys.info/)
- Daria Kazmina: Pitch, Market Research
- Hussain Pettiwala: Frontend, API Integration
- Jay Malve: Backend, Prompt Engineering
- Imed-Eddine Haouli: Machine Learning PhD
- Simon Farshid: Pitch, On-Device Object Detection
- Hat tip to anyone whose code or tools were used