Skip to content

πŸ”ƒ Android application made for TTS and SST translation

License

Notifications You must be signed in to change notification settings

delet-dis/Converta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

88 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Converta

Android CI

codebeat badge CodeFactor

Converta is an Android app aimed at helping deaf and mute people to interact with others.

The goal of the project is to create a easy to access application that can convert speech to text and text to speech, save phrases by category for quick use.

Please check CONTRIBUTING page if you want to help.

Project characteristics and tech-stack

Architecture

The entire application follows layers architecture.

It contains components that strictly fulfill their functions, as well as parts that are not part of them.

Data flows

The architecture of interaction between presentation and lower layers in both activities is similar.

All interaction occurs through the ViewModel of each Activity / Fragment, which then receives data from the repositories and notifies the view of the change.

Repositories, in turn, interact with the data services and broadcast receivers layer

In fact, everything works through the AndroidViewModel, but this method differs only in that it can receive the Application inside itself. This is used when a Context is needed.

πŸ›¬ OnboardingActivity

- request
- response

πŸ”ƒ MainActivity

- request
- response

More project screenshots








License

MIT License

Copyright (c) 2021 Igor Efimov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

πŸ”ƒ Android application made for TTS and SST translation

Resources

License

Stars

Watchers

Forks

Languages