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.
 
 
 
 
 
 
吴冕志 476a76f7bf Change README.md 2 years ago
Presentation midterm presentation powerpoint 删除 2 years ago
Src Add README.md 删除 2 years ago
README.md Change README.md 2 years ago

README.md

Medication reminder system for seniors

视障人士用药辅助提醒系统

背景

基于树莓派实现的药品信息获取,识别,提醒,与智能手机信息交互的物联网解决方案

已经在树莓派4b(armv7l)上通过测试

内容

  • 在树莓派上部署的TensorflowLite模型(Fastspeech2 & MulitbandMelGan)(./Src/text_to_speech)
  • 在树莓派上部署的SQLite及相关API(./Src/medi_fetch)
  • 树莓派蓝牙控制,与智能手机连接,信息传输I(./Src/cbluetooth)
  • 语义分析前端(未实现)
  • 安卓端辅助APP(部分实现)
  • 辅助网站(未实现)

引用项目

TensorflowTTS:https://github.com/TensorSpeech/TensorFlowTTS

(部分修改以更好的在树莓派平台上完成部署)