modulepackage
0.0.0-20240224174042-694131705597
Repository: https://github.com/gdsc-ys/fluentify-server.git
Documentation: pkg.go.dev
# README
fluentify - Server
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.
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