100 likes | 193 Vues
This project introduces a smart emergency response system for Android phones which utilizes context and intent information to provide efficient solutions. Challenges in making the application smart and extracting correct information are addressed. The system aims to enhance user productivity by customizing display and improving task completion. A prototype focusing on hospital search based on GPS location is implemented to showcase the system's capabilities.
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.