Skip to content

F32Lab/STT2TTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech To Text 2 Text To Speech (STT2TTS)

This is a small school project composed by Tsadriu, AlexDevs and Zina Gharsalloui.

If you wanna fork this project, you need to setup a Google Cloud Project because we have shut down this one.

What does it do?

STT2TTS is a small service that uses the Google Cloud API such as:

  • Translate
  • Speech to text
  • Text to speech

It accepts an audio file from the user (or on-page recording) and translates the audio into text based on the user's selected language.

Graph of the service

graph
A[User gives input] -- Attached file --> B[Audio gets verified]
A -- Own recorded voice --> B
B --> C[Audio gets processed]
C --> D[Google Cloud API gets called]
D --> E[Speech to text API gets called]
E --> F[Translate gets called]
F --> G[Text to speech API gets called]
G --> H{User gets output}
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors