A web app that adds reminders to your calendar to let you know when your groceries expire! This application takes a photo of your groceries and then generates an expiration reminder.
Google has changed their vision API, making it no longer compatible with our application.
First upload a photo from your phone or desktop.
Then website will redirect you to a generated calendar event.
You'll need NodeJS to run this project. After cloning the repository:
npm install
To start up the server:
npm start
Then go to your browser and point it to localhost on the appropriate port.

