InstaHelp is a voice-activated emergency contact mobile application that detects natural human responses to emergency situations.
Upon activation, InstaHelp can send a text message to the user's designated emergency contacts and attract the attention of people nearby by blaring a loud siren from the user's phone and blinking the user's phone's flashlight.
InstaHelp provides a faster and more discreet emergency contact solution by removing the dependence on proprietary activation phrases that users may not recall in their time of need and attackers may recognize as the user's attempt to call for help.
The fully functional InstaHelp prototype is available on our GitHub. Visit the link to download our ZIP file or use git to clone our repository with the following command.
git clone https://github.com/RobinSardja/InstaHelp.gitRunning InstaHelp requires the Flutter SDK. All instructions for getting started on all major platforms are available through the provided link.
Our voice activation feature requires an access key from Picovoice. Your account will provide you with your own access key to enable the Picovoice API.
Open a terminal in the same directory as the InstaHelp repository. You'll first need to get all of our dependencies with the following command.
flutter pub getNow run the Flutter SDK with your Picovoice access key. For example, if "iloveusfgdsc" is your access key, enter the following command into your terminal.
flutter run --dart-define=picovoice=iloveusfgdscFor more details, please visit our website at instahelp.dev





