Presented by: Michael Woods Anselm Tamasang Chris Barill Darren Ringer.

Slides:



Advertisements
Similar presentations
Your kitchen manager Web service for families to efficiently manage their recipes, meal planning, inventory, and grocery shopping Scope: Just sophisticated.
Advertisements

Mobile Access: BYOD Trends SCOTT DUMORE - DIRECTOR, TECHNOLOGY, CHANNELS & ALLIANCES AUTONOMY, HP SOFTWARE.
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Bboogle Teams: Supporting Small Group Communications through Google Apps Integration with the Blackboard Learn Platform Jonathan Smith, Software Architect,
XProtect ® Express Integration made easy. With support for up to 48 cameras, XProtect Express is easy and affordable IP video surveillance software with.
CAPTURE SOFTWARE Please take a few moments to review the following slides. Please take a few moments to review the following slides. The filing of documents.
CAPTURE SOFTWARE Please take a few moments to review the following slides. Please take a few moments to review the following slides. The filing of documents.
Case Tools Trisha Cummings. Our Definition of CASE  CASE is the use of computer-based support in the software development process.  A CASE tool is a.
CSE 4939 Alex Riordan Brian Pruitt-Goddard Remote Unit Testing.
A Java Architecture for the Internet of Things Noel Poore, Architect Pete St. Pierre, Product Manager Java Platform Group, Internet of Things September.
W alkie Doggie is a web application that allows dog owners to help each other with their dog walks. It’s main feature is the walkies, which are the user’s.
Location based social networking on Android phones – integrated with Facebook. Simple and easy to use.
“Chapter 9” Managing Object Design Done By: Alia Waled.
Gas Tracker 9000 Semester Project EEL 6788 Spring 2010 Chris Giles EEL April-2010 University of Central Florida.
Presentation Outline  Project Aims  Introduction of Digital Video Library  Introduction of Our Work  Considerations and Approach  Design and Implementation.
WebInSight Goals Automatically add alt text to webpages Coordinate multiple labeling sources Receive and process labeling requests Do all without harming.
Cross Platform Web Based Home Inventory System Project Team: Jon Garibay, Firas Assaad Faculty Advisor: Dr. Lawrence Thomas.
Brittany Shieh, Chonghua Dong, Marvin Cheng CouponStash.
SilverLining. Stuff we're covering Hardware infrastructure and scaling Cloud platform as a service The SilverLining Project.
Cloud Control Senior Project Summer Overview Cloud Control is a platform to control data transmission to/from internet connected devices from the.
A METHODOLOGY FOR EMPIRICAL ANALYSIS OF PERMISSION-BASED SECURITY MODELS AND ITS APPLICATION TO ANDROID.
DUE Introduction to the Android Platform and AppInventor Working Connections 2012.
By Mihir Joshi Nikhil Dixit Limaye Pallavi Bhide Payal Godse.
IMS 4212: Distributed Databases 1 Dr. Lawrence West, Management Dept., University of Central Florida Distributed Databases Business needs.
Brian Murphy, Jason Stanley, Jeremy Darby, Edgar Watson II EECS 497: Food Allergies App.
MAHI Research Database Data Validation System Software Prototype Demonstration September 18, 2001
Global Customer Partnership Council Forum | 2008 | November 18 1IBM - GCPC MeetingIBM - GCPC Meeting IBM Lotus® Sametime® Meeting Server Deployment and.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Cross Platform Development the Good, the Bad, and the Ugly WIFI: BRGuest / Gu3st!
GUEST REGISTRATION ADVANCEMENT BY SUNNY SOLUTIONS (G.R.A.S.S) Acceptance Test 05/01/ GUEST REGISTRATION ADVANCEMENT SUNNY SOLUTIONS ACCEPTANCE TEST.
Specification Samples - Real projects “I was extremely wary of using new technology for such a complex and critical project but due to the project constraints.
Introduction Current Problems With Research Collaboration What Is Google Wave? Research Methods What We Found Recommendations/ Conclusions Google Wave.
COZI FAMILY ORGANIZER APP DEMO. Getting Started CALENDAR.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
InstantGMP: Electronic Batch Records System for GMP Manufacturing InstantGMP™ Inventory Control Module for GMP Manufacturing.
GEOREMINDERS ANDROID APPLICATION BY: ADRIENNE KECK.
0 Apex as Your Integration Platform: Is It Possible? Copyright 2012 Fujitsu America, Inc.
QR CODES What are they? A Quick Response code… something like a bar code you would see in the grocery store. QR’s were first created and used in Japan.
GroceryList++ (MEAL BASED SHOPPING LIST). Team Members Staci Menz  Major: Computer Science  Outside Interests: Video games, music, reading Brian Chan.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Cloud of Clouds for UK public sector. Cloud Services Integrator.
Flexible Registration for Community Education Dottie Marron Delivery Center Manager Student Administrative Services Consulting Center.
Presented by Christopher Wilkins Jeff Titus Stephan Krach Pablo Bajo.
CloudJINI Technologies
Software Reuse Course: # The Johns-Hopkins University Montgomery County Campus Fall 2000 Lecture # 2 - September 14, 2004.
 Architecture Questions and answers are stored in server Tablet requests for questions and answers whenever necessary All questions and answers are stored.
Google Web Toolkit for Mobile Applications Development INGENUITY AT ITS BEST……………….
Claro Software Product Overview 2015 Alasdair King 27 August
Los Angeles Phenology (LAP) CS 496A Senior Design Prepared by : Hugo Sanchez Kiara Westbrooks Ryan Ho Rogelio Landa Michael Nava Kevin Argumedo November.
GROUPROCKET - Choose Collaboration Software for Your Company.
Intelligent business solutions for growth What’s New in 2016 Colin Smith.
By Hello Team Awesome World™.  To avoid strangers using others’ keys, cards, and passwords to enter the buildings, our team will develop a face recognition-based.
The Holmes Platform and Applications
Patricia App How to Get Started
What’s new and What’s coming Guy Arazi: Director of Products
COP4710 Database Systems Project Overview.
Web Interface for Formatter
EIN 6133 Enterprise Engineering
Maximo Upgrade Information Session
API Documentation Guidelines
Week 01 Comp 7780 – Class Overview.
Conference on National Platforms for SDG Reporting
Introduction for Parents
OPERATING SYSTEMS.
Grocery List Creator Problem Impact Approach
Automating and Validating Edits
CS4433 Database Systems Project.
Atrium Technology Solutions
Food Inventory Tracker
Presentation transcript:

Presented by: Michael Woods Anselm Tamasang Chris Barill Darren Ringer

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 Android will be the platform, as we will be using Java

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

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?

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

Creating an app on the Android platform OCR errors Abbreviation/Receipt code discrepancies -learn from user? -learn from the stores database(?) Finding Recipes -limited use of google search API? -other avenues? -central web architecture? Using the app to work with the camera

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?