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 server application. It is composed of two components, API server and AI server, located in src
and ai
directories respectively.
You can check out our other components such as fluentify - Flutter and fluentify - IDL.
# To clone idl submodule
git clone --recursive https://github.com/gdsc-ys/fluentify-server.git
$ cp .env.example .env
docker compose up --build
docker compose --profile dev up --build
# Golang version 1.21.4
make build
make proto
See CONTRIBUTING for details