Scan your recycling to learn how to properly dispose of it! Then post pictures of your recycling to encourage others to do the same.
The app offers several AI features:
- Image Recognition is used to scan uploaded photos
- ChatGPT is then used to tell the user how to dispose of recycling
- ChatGPT is also used to moderate the social media function
Unfortunately, since the app requires a ChatGPT API token, there currently is no public release of the app. If you want to try it on your own machine:
- Clone the repository
- Create a file named ".env" at the base of the repository
- Insert the following line:
REACT_APP_API_KEY="Your Token Goes Here"
- Run:
npm start