From 3aef89d20b5af67c49c1d0cca3ee1e58581addb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=EA=B1=B4=EC=A3=BC?= <54880474+keonju2@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:15:15 +0900 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 73ba565..7d80db3 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ -# Android - # SeeNear +Participate 2023 Google Solution Challenge -Participate 2023 Google Solution Challenge We belong to [GDSC Seoultech](https://gdsc.community.dev/seoul-national-university-of-science-and-technology/). - +
## What is SeeNear? Modern society is transitioning to an aging society across the globe, with South Korea in particular estimated to have a senior citizen ratio of about 40% in 2060. The problem of the elderly living alone is particularly acute, with about 60% of the elderly living alone currently aged 65 or older, a number that is expected to increase in the future. However, only 16% of seniors are currently receiving help, and the number of seniors managed by each social worker is 25. So SeeNear aims to provide the elderly with periodic alarms and chatbots through the application to continuously check their health and psychological status. The name of SeeNear combines the words "보다" for "see" and "가까이" for "near", which means to help seniors up close. - +
## Feature ### Sign up SeeNear uses a phone number to sign up for seniors, and we also use phone numbers to link seniors and their caregivers' accounts. This is to accommodate seniors who may not be familiar with OAuth like email. +
### User Users are asked questions about their health or psychological state through three alarms: morning, noon, and evening. Important but simple questions are answered by checking an O or X through a checkbox. If the user needs to talk about a specific case, they can answer the question with their voice through the Speech-to-Text API. The chatbot will then give the appropriate answer, and the user's input will be delivered to administrator in the form of a report. +
### Administrator The administrator receives the user's answers in the form of a report with statistics. The report highlights keywords such as hospitals, body parts, and diseases, and visualizes sentiment scores to make it easier for administrator to understand. It also includes information about medications the user needs to take so they don't forget. ## Demo Video +[![SeeNear](https://user-images.githubusercontent.com/54880474/229173623-2b5241ae-dc6c-488f-8b63-a9108537ed76.jpg)](https://youtu.be/JpiwWp_myq8) +
## Repository [Android](https://github.com/GDSC-seeNear/FE) - Kotlin @@ -26,6 +28,7 @@ The administrator receives the user's answers in the form of a report with stati [AI-Chatbot](https://github.com/GDSC-seeNear/AI_chatbot) - Pytorch, Huggingface, Tensorflow (lite) [AI-Named Entity Recognition](https://github.com/GDSC-seeNear/NER) - Pytorch, Huggingface [AI-Sentiment Analysis](https://github.com/GDSC-seeNear/sentiment_repository) - Pytorch +
## Team Member @@ -34,7 +37,7 @@ The administrator receives the user's answers in the form of a report with stati Android Back-End - AI + DL/AI