10
Emergency Response System for Android Phones By: Sudhanshu Mishra

Emergency Response System for Android Phones By: Sudhanshu Mishra

Embed Size (px)

DESCRIPTION

Introduction Smart Applications: Applications which can extract available context and intent information to provide smart solution for user’s request. Example: Is it Smart? – Search for Information: KeywordSearch Thousands of Results

Citation preview

Page 1: Emergency Response System for Android Phones By: Sudhanshu Mishra

Emergency Response System for Android Phones

By: Sudhanshu Mishra

Page 2: Emergency Response System for Android Phones By: Sudhanshu Mishra

Agenda

• Introduction• Challenges• Approach• Related Work• ERS Prototype

Page 3: Emergency Response System for Android Phones By: Sudhanshu Mishra

Introduction

• Smart Applications: Applications which can extract available context and intent information to provide smart solution for user’s request.

• Example: Is it Smart?– Search for Information:

Keyword Search Thousands of Results

Page 4: Emergency Response System for Android Phones By: Sudhanshu Mishra

• Smarter search for Information:

• Android Systems -> Lot of Sensors Information, Knowledge of User activities -> Context specific needs -> Smart application

Keyword

Search

Refined Results

ContextIntent

Page 5: Emergency Response System for Android Phones By: Sudhanshu Mishra

Challenges

• Making an application Smart: Extracting Context ?? Correct Intent?? Extract Correct Information ?? Correct User Representation ??

Page 6: Emergency Response System for Android Phones By: Sudhanshu Mishra

Possible Approach• Verify whether context information required for

application can be extracted from available sensors in Android or user activity.

• Utilize the user intent to narrow down the possible requests.

• Extract the most accurate information based on context and intent information. It may be incorrect some times, but overall it should help to improve productivity.

• Customize the User display to accelerate the task completion and backtrack easy in case of an error.

Page 7: Emergency Response System for Android Phones By: Sudhanshu Mishra

Emergency Response System

• Prototype of Context & Intent based Information extraction with narrow scope.

Keyword: Hospital

Search

Contact details of nearest Hospital

Context : Based on GPS Location

Intent: Emergency Contacts

Page 8: Emergency Response System for Android Phones By: Sudhanshu Mishra

ERS Implementation

Modules of Code:• Extract the GPS information.• Make a Local search for keyword with given

location in database.• Verify the nearest resource.• Extract the contact information.• Display it to user.

Page 9: Emergency Response System for Android Phones By: Sudhanshu Mishra

ERS Screen-shots

Page 10: Emergency Response System for Android Phones By: Sudhanshu Mishra

Thank You