ocr recipe creator

8
Presented by: Michael Woods Anselm Tamasang Chris Barill Darren Ringer OCR Recipe Creator

Upload: ishmael-olson

Post on 31-Dec-2015

14 views

Category:

Documents


0 download

DESCRIPTION

OCR Recipe Creator. Presented by: Michael Woods Anselm Tamasang Chris Barill Darren Ringer. Introduction. The goal of this project is to create a software application that is accessible to everyone. Recipe creation with available ingredients OCR used in tandem - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: OCR Recipe Creator

Presented by:

Michael Woods

Anselm Tamasang

Chris Barill

Darren Ringer

OCR Recipe Creator

Page 2: OCR Recipe Creator

The goal of this project is to create a software application that is accessible to everyone.

Recipe creation with available ingredientsOCR used in tandemAndroid will be the platform, as we will be using Java

Introduction

Page 3: OCR Recipe Creator

Features

Page 4: OCR Recipe Creator

Features

Personal Food Inventory Management-make shopping lists?-collaboration with grocery stores?

* Allows organization of lists by aisle* Place order for pick up at some stores* More accurate receipt information

from DB-notify when certain ingredients get low

Page 5: OCR Recipe Creator

Features

Exploring possible recipes-Use the internet to obtain recipes matching

current inventory-Keep recipes locally or in a cloud?-Specific dietary constraints/guidelines?

Meal planning-Set up recipes for multiple days at a time-Specify how many meals per day?-Specify the sizes/focuses of meals?

Page 6: OCR Recipe Creator

OCR – is basically the ability to scan receipts (or any type of document) and have the words automatically recognized by the phone to be used in searching for recipes.

We have two options of how to pursue OCR: -Open source Java OCR implementation

* Requires “training” to specific fonts as part of development

-Third party OCR app* Add-in functionality only*Emphasize need for redundancy

Optical Character Recognition

Page 7: OCR Recipe Creator

Creating an app on the Android platformOCR errorsAbbreviation/Receipt code discrepancies

-learn from user?-learn from the store’s database(?)

Finding Recipes-limited use of google search API?-other avenues?-central web architecture?

Using the app to work with the camera

Challenges & Uncertainties

Page 8: OCR Recipe Creator

This project has the potential for overwhelming complexity, so we must constrain ourselves within the assigned project deadlines.

At several stages compromises are possible, but higher levels of functionality are also desirable. -Keep these goals in mind while developing

architecture!-A few major design decisions must be settled

prior to significant modeling efforts* OCR integration methods* Major avenues of recipe aggregation* Cross-platform: Extension to Iphone support?

Conclusion