From 1ec0ed206dda961be05e8169a5279dad74cf1f33 Mon Sep 17 00:00:00 2001 From: Wu Mianzhi <10215501411@stu.ecnu.edu.cn> Date: Sun, 15 May 2022 12:49:33 +0800 Subject: [PATCH] change README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c548a06..2719def 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# Medication_reminder_system_for_seniors +# 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