35% of commercial food products get expired before they can be consumed. In lines of sustainability, we propose a solution that allows users to automatically keep track of their food products in the fridge, and suggest recipes to utilize them or to donate them to people in need. Check out our YouTube demo video and our Devpost submission!
- Fill in your personal OpenAI API key and React key in the .envs file.
- pip install flask, pandas, google-cloud-vision, firebase_admin, flask_cors
- cd into server, and run python server.py. This is the image input webpage, and if you want to upload an image you can do so in this link.
- Open another terminal, cd into react_crude and run python app.py
- Open another terminal, cd into react_crude and run npm install. Then run npm start. This is the main website!