From c85c55ea675967063085e1ff7bc3bc8d460be178 Mon Sep 17 00:00:00 2001 From: YeonJeong Kim <65206075+yjeong-k@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:50:18 +0900 Subject: [PATCH 1/2] :memo: Update README.md --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8c910924..a92b1179 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,12 @@ -# SNU-SWPP-Template +# SpeechBuddy ![top_app_bar_ic](https://github.com/snuhcs-course/swpp-2023-project-team-6/assets/65206075/154ef236-a392-41b1-beba-208cfd44c72c) -You can use the README file to showcase and promote your mobile app. The template provided below is just a starting point. Feel free to craft your README as you see fit. +SpeechBuddy is a AAC(Augmentative and Alternative Communication) app designed to facilitate communication for individuals with speech impairments.
+Specific target users are as follows.
+- People who needs more direct and straightforward communication methods due to cognitive disabilities (e.g. those with autism spectrum disorders, aphasia...) +- People who are physically unable to produce sounds (e.g. those who had cordectomy, who has severe dysarthria...)
-Please note that the README doesn't affect your grade and is not included in documentation(Wiki). +Our app offers two main features: symbol-based communication and text-to-speech functionality. Users can communicate by selecting from a wide range of symbols, including the option to add personalized symbols with pictures. Additionally, SpeechBuddy incorporates next symbol prediction based on user's history, enhancing the efficiency of communication. For users who can type, SpeechBuddy also provides a text-to-speech feature, offering an alternative voice for the user. Overall, SpeechBuddy aims to enhance accessibility and communication for individuals with speech impairments through its versatile and user-friendly features. -# [Your Application Name] - -[Short application description here] - -![Application Screenshot](path_to_screenshot.png) - -## Features - -- Feature 1: Brief description -- Feature 2: Brief description -- ... ## Getting Started From 4f3cebdbab0e9d4a9497b2a46b3e583a89a1accc Mon Sep 17 00:00:00 2001 From: YeonJeong Kim <65206075+yjeong-k@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:52:16 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index a92b1179..4b7ee0f9 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,4 @@ Specific target users are as follows.
Our app offers two main features: symbol-based communication and text-to-speech functionality. Users can communicate by selecting from a wide range of symbols, including the option to add personalized symbols with pictures. Additionally, SpeechBuddy incorporates next symbol prediction based on user's history, enhancing the efficiency of communication. For users who can type, SpeechBuddy also provides a text-to-speech feature, offering an alternative voice for the user. Overall, SpeechBuddy aims to enhance accessibility and communication for individuals with speech impairments through its versatile and user-friendly features. - -## Getting Started - -### Prerequisites - -- Android Studio [version, e.g., 4.2.1] -- Minimum Android SDK Version [e.g., 21] - -### Installation - -[Installation link here] +You can find more information in our [wiki page](https://github.com/snuhcs-course/swpp-2023-project-team-6/wiki)!