项目作者: ShakilAhmedShaj

项目描述 :
这是一个针对女性或任何女性的Android应用程序,它将根据特定的语音命令(例如“帮助”)呼叫紧急号码。它还会将带有当前GPS坐标的SMS发送到这些号码。
高级语言: Java
项目地址: git://github.com/ShakilAhmedShaj/Women_Safety_Box.git
创建时间: 2018-08-19T11:02:56Z
项目社区:https://github.com/ShakilAhmedShaj/Women_Safety_Box

开源协议:

下载


Women Safety Box



Women safety app using Background Voice Recognition


[ University 2nd Year SDP Project-2018 ]

Women Safety Box

This is an Android App for Women or any Female, which Will Call to an Emergency number, based on a specific voice command like “Help” . It will also send SMS with current GPS coordinates to those numbers.

  • Make Sure that “Google” App is Installed on your phone and you give this App proper Access Permission like Call, SMS, Microphone.

App Screenshots










Registration Background Voice Recognation, Help Mode, Auto Call & SMS












Nearby Police and Hospital Location Fast Aid and Self Defence Info


Built With

  • Android Studio 4.0.1 The latest version can be downloaded from here
  • Build gradle 3.1.4
  • Compile Sdk Version 26

Directory Structure

The following is a high level overview of relevant files and folders.

  1. Women Safety Box
  2. ├───app
  3. └───src
  4. └───main
  5. └───java
  6. └───com
  7. └───womensafety
  8. └───shajt3ch
  9. AccelerometerListener.java
  10. AccelerometerManager.java
  11. BackgrndServices.java
  12. Constants.java
  13. DataHolder.java
  14. DataParser.java
  15. Display.java
  16. DownloadUrl.java
  17. GetNearbyPlacesData.java
  18. GPSTracker.java
  19. Holder.java
  20. MainActivity.java
  21. MapsActivity.java
  22. Model.java
  23. MyPagerAdapter.java
  24. MyService.java
  25. PhoneNumber.java
  26. RecyclerAdapter.java
  27. Register.java
  28. RGeocoder.java
  29. Safety.java
  30. Verify.java
  31. └───speech
  32. └───src
  33. └───main
  34. └───java
  35. └───com
  36. └───sac
  37. └───speech
  38. DefaultLoggerDelegate.java
  39. DelayedOperation.java
  40. GoogleVoiceTypingDisabledException.java
  41. Logger.java
  42. Speech.java
  43. SpeechDelegate.java
  44. SpeechRecognitionException.java
  45. SpeechRecognitionNotAvailable.java
  46. SpeechUtil.java
  47. TextToSpeechCallback.java
  48. TtsProgressListener.java
  49. └───ui
  50. SpeechBar.java
  51. SpeechProgressView.java
  52. └───animators
  53. BarParamsAnimator.java
  54. BarRmsAnimator.java
  55. IdleAnimator.java
  56. RmsAnimator.java
  57. RotatingAnimator.java
  58. TransformAnimator.java

License

  1. MIT License
  2. Copyright (c) 2020 Women Safety Box
  3. Permission is hereby granted, free of charge, to any person obtaining a copy
  4. of this software and associated documentation files (the "Software"), to deal
  5. in the Software without restriction, including without limitation the rights
  6. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7. copies of the Software, and to permit persons to whom the Software is
  8. furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in all
  10. copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  14. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  15. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  16. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  17. SOFTWARE.