Skip to content

gdg-yonsei/fluentify-flutter

Repository files navigation

icon fluentify - Flutter

cover-v4

Overview

fluentify is our submission to Google Solution Challenge 2024, a solution addressing the communication hurdles experienced by children with hearing impairments. By providing personalized feedback to their speech, it aims to empower confidence in communication and promote inclusivity in society.

This is the repository for the client application. You can check out our other components such as fluentify - Server and fluentify - IDL.

Flows

1. Select topic and feedback type

Home Topic selection Feedback selection
home select-topic select-feedback

2. Record speech and get a feedback

Pronunciation feedback Communication feedback
pronunciation-feedback.mp4
communication-feedback.mp4

How to start

You can download the released version of our application from here.

How to configure

Sync interfaces

  1. Clone this project recursively.

    git clone --recursive https://github.com/gdsc-ys/fluentify-flutter.git
  2. Generate required interfaces from proto

    brew install bufbuild/buf/buf
    sh scripts/sync_idl.sh