A simple mobile app to scan products and find out if they are made in Europe.
npm install
npm run dev
The api is build as a Cloudflare Worker and can be run locally using the following commands:
cd worker
npm install
npm run dev
You also need an API key for the Gemini API. You can get one by creating an account on aistudio.google.com and then creating an API key.
Run cp template.env .env
and add your API key to the .env
file.
We welcome contributions to the app. Please feel free to submit a PR or open an issue.
- This app is inspired by Maple Scan an app for finding Canadian products
- Open Food Facts is a community-driven database of food products from around the world.