Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.6 KB

icon fluentify - Server

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 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.

architecture

Getting Started

# To clone idl submodule
git clone --recursive https://github.com/gdsc-ys/fluentify-server.git

Setup .env file

$ cp .env.example .env

Build & run using Docker Compose

docker compose up --build

To run with local Firebase Emulator

docker compose --profile dev up --build

If go is installed locally

# Golang version 1.21.4
make build

If you want to generate protobuf only

make proto

Contributing

See CONTRIBUTING for details