You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

2 years ago
  1. # Medication reminder system for seniors
  2. # 视障人士用药辅助提醒系统
  3. ## 背景
  4. 基于树莓派实现的药品信息获取,识别,提醒,与智能手机信息交互的物联网解决方案
  5. 已经在树莓派4b(armv7l)上通过测试
  6. ## 内容
  7. - 在树莓派上部署的TensorflowLite模型(Fastspeech2 & MulitbandMelGan)([./Src/text_to_speech](https://gitea.shuishan.net.cn/10205501461/Medication_reminder_system_for_seniors/src/branch/master/Src/text_to_speech))
  8. - 在树莓派上部署的SQLite及相关API([./Src/medi_fetch](https://gitea.shuishan.net.cn/10205501461/Medication_reminder_system_for_seniors/src/branch/master/Src/medi_fetch))
  9. - 树莓派蓝牙控制,与智能手机连接,信息传输I([./Src/cbluetooth](https://gitea.shuishan.net.cn/10205501461/Medication_reminder_system_for_seniors/src/branch/master/Src/cbluetooth))
  10. - 安卓端辅助APP([./Src/Assist_App](https://gitea.shuishan.net.cn/10205501461/Medication_reminder_system_for_seniors/src/branch/master/Src/Assist_App))
  11. - ~~辅助网站(未实现)~~
  12. ## 引用项目
  13. TensorflowTTS:https://github.com/TensorSpeech/TensorFlowTTS
  14. (部分修改以更好的在树莓派平台上完成部署)