Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keonju2 authored Mar 31, 2023
1 parent 0fe6502 commit 3aef89d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
# 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/).

</br>
## 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.

</br>
## 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.
</br>
### 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.
</br>
### 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)
</br>

## Repository
[Android](https://github.com/GDSC-seeNear/FE) - Kotlin
[BackEnd](https://github.com/GDSC-seeNear/BE) - Java, Spring Boot
[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
</br>


## Team Member
Expand All @@ -34,7 +37,7 @@ The administrator receives the user's answers in the form of a report with stati
<tr>
<td colspan="1" align="center"><strong>Android</strong></td>
<td colspan="1" align="center"><strong>Back-End</strong></td>
<td colspan="2" align="center"><strong>AI</strong></td>
<td colspan="2" align="center"><strong>DL/AI</strong></td>
</tr>
<tr>
<td align="center">
Expand Down

0 comments on commit 3aef89d

Please sign in to comment.