CarbonDiet is a mobile application that uses image recognition and AI technology to scan grocery shopping receipts, allowing users to calculate their carbon footprint. It was submitted to the Google Challange of the START Hack 2023.
CarbonDiet provides users with a comprehensive summary of the environmental impact of their purchases and identifies the product categories that contribute the most to their carbon footprint. This information enables users to make more informed purchasing decisions in the future. The application calls a Python backend, which can be found at GitHub. The backend provides the necessary logic to recognize and classify items on the receipts and to calculate the carbon footprint of the user's shopping.
- Scan grocery shopping receipts using the phone camera
- Get an overview of the user's carbon footprint based on their purchases
- Show identified product categories that contribute most to the user's carbon footprint
- Visualized feedback on how their shopping behavior and carbon footprint have changed over time
- Flutter SDK
- Android Studio or Visual Studio Code with Flutter extensions installed
- A compatible Android or iOS device or an emulator
- Clone the repository: git clone https://github.com/TheNewReducers/flutter_app.git
- Navigate to the project directory:
cd flutter_app
- Install dependencies: flutter pub get
- Run the app:
flutter run