Skip to the content.

SONUS project

Description

SONUS app is a speech recognition & synthesis tool. It uses Google Services (STT and TTS).

The project was created during Makeathon 2021 (TOM Kazakhstan) as a volunteer project to help people with speech and hearing disabilities better interact with the environment.

Agreements

Using SONUS app you do accept:

Build apk

To build apk you need to install and setup Flutter (if you haven’t). After you have flutter installed - download or clone the sonus repo and open it in your code editing tool. Open terminal and run in the project folder the following command:

flutter pub get

It will install necessary packages. After packages being installed run:

flutter build apk

This operation may take some minutes to complete. The apk file will be produced into build/app/outputs/apk/release

License

The SONUS project is under Apache 2.0 License. Learn More

The authors of SONUS is not responsible for your actions and whether they violate the licenses of modules and tools which SONUS project depends on.