100 likes | 192 Views
Emergency Response System for Android Phones. By: Sudhanshu Mishra. Agenda. Introduction Challenges Approach Related Work ERS Prototype. Introduction. Smart Applications: Applications which can extract available context and intent information to provide smart solution for user’s request.
E N D
Emergency Response System for Android Phones By: Sudhanshu Mishra
Agenda • Introduction • Challenges • Approach • Related Work • ERS Prototype
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
Keyword • Smarter search for Information: • Android Systems -> Lot of Sensors Information, Knowledge of User activities -> Context specific needs -> Smart application Intent Search Context Refined Results
Challenges • Making an application Smart: • Extracting Context ?? • Correct Intent?? • Extract Correct Information ?? • Correct User Representation ??
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.
Emergency Response System • Prototype of Context & Intent based Information extraction with narrow scope. Keyword: Hospital Intent: Emergency Contacts Search Context : Based on GPS Location Contact details of nearest Hospital
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.