Skip to content

toseefkhan403/ecostep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenLoop

GreenLoop is live! Try it out here!
Available on Web, Android, iOS, Windows, Linux and macOS.

This project is our submission for the Gemini API Developer Competition
Project Video

Description

GreenLoop is a sustainability-focused platform where you earn rewards for completing personalized tasks generated by Gemini AI. You can use these rewards to buy or sell recycled items in our marketplace, promoting reusability and reducing waste. By offering incentives for eco-friendly actions and promoting a circular economy, GreenLoop transforms your sustainable actions into valuable rewards, contributing to a greener future.
You earn rewards in our in-app currency called Ecobucks.

How We Use the Gemini AI API in GreenLoop

  1. Generate Daily Personalized Sustainable Actions

    • The Gemini AI API analyzes your habits, preferences, and lifestyle to create personalized sustainable actions that you can easily integrate into your daily routine. These tasks are tailored to you, ensuring they are both impactful and manageable, helping you contribute to environmental sustainability in a way that fits your lifestyle.
  2. Verify Actions with an Image

    • To ensure authenticity and encourage accountability, the Gemini AI API uses advanced image recognition to verify that the sustainable actions you perform are completed as intended. By submitting a photo of your action, Gemini AI verifies the action, allowing you to earn Ecobucks confidently.
  3. Generate Price of Recycled Goods

    • The Gemini AI API also plays a crucial role in the marketplace by determining the value of recycled goods. It assesses various factors like the image, condition, and potential reuse value to generate fair and accurate prices in Ecobucks for items you wish to buy or sell. This dynamic pricing ensures that transactions are equitable and reflective of the environmental impact, fostering a fair and sustainable economy within GreenLoop.

Features

  • Sign In Options: Easily sign in with Google or continue as a guest.

image

  • Personalized Eco-Friendly Actions: Receive tailored tasks designed to fit your lifestyle, generated by Gemini AI.

Screenshot 2024-08-11 145858

  • Action Verification: Confirm your sustainable actions with images verified through Gemini AI.

image

  • Impact Tracking: Monitor the impact of your actions and adjust them as needed.

image

  • Gamified Experience: Stay motivated with features like Streaks and Leaderboards to track your progress and compete with others.

image

  • Marketplace: Buy and sell recycled items to support reusability and reduce waste.

image

  • Automatic Price Generation: Benefit from dynamic pricing for recycled goods, powered by Gemini AI.

image

  • User Profile: View your recent activity, manage incoming purchase requests, and track your Ecobucks balance.

image

  • Responsive Design: Enjoy a consistent user experience across all devices with our responsive design.

image

  • Cross-Platform Availability: Access GreenLoop on Web, Android, Windows, iOS, macOS, and Linux, thanks to its development with Flutter and Firebase.

image

Getting Started

Prerequisites

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/toseefkhan403/ecostep.git
    
  2. Open the project in your preferred code editor.

  3. Install the required dependencies by running:

    flutter pub get
    
  4. Generate files in watch mode by running:

    dart run build_runner watch
    
  5. Copy .env file and add your Gemini API key

    cp .env.example .env
    
  6. Run the app on chrome or an emulator:

    flutter run
    

License

This project is licensed under the MIT License - see the LICENSE file for details.