Logo Lanfrica

Speech-to-text-data-collection/STT-data-collection

Domain:

natural language processing

Record type:

dataset
Creator:
Spe
Host:
A data engineering pipeline that allows recording millions of Amharic and Swahili speakers reading digital texts on app and web platforms. # STT-data-collection The purpose of this challenge is to build a data engineering pipeline that allows recording millions of Amharic speakers reading digital texts in-app and web platforms. # Table of content - STT-data-collection - Table of content - Introduction - Pipeline - Pipeline Description - Installation - Folders - Technolologies - Contributers - License - Acknowledgment ## Introduction There are many text corpuses for Amharic and Swahili. Our client 10 academy wants to gather vast amount of quality audio data from diffrent applications by displaying text corpus and record users reading the displayed text. And build robust, large scale, fault tolerant, highly available Kafka cluster that can be used to post a sentence and receive an audio file. ## Pipeline > The diagram below depicts the proposed pipeline with all the tools that will be used for implementation ### Pipeline Description > The pipeline consists of five major parts. Starting from the application part, it will be in charge of handling the interaction with the user. The user can request texts to dictate (audio recording of the text) and send their dictation using the application. These actions create a JavaScript-based request and send it to a python server. This server will handle the text request by acting as a consumer for the 'Text-Corpus' topic in the Kafka Cluster. It will load the entire data when requesting for the first time and provides single data entities to the application until it finishes the fetched data. It handles the dictated audio input first by uploading the audio data to an S3 bucket and then passes references of the audio data to the Kafka Cluster, acting as a producer for the 'Text-Audio-Input' topic. > > The Kafka Cluster will be responsible for handling the messaging system. It will receive and transmit data from the application side to the data processing and storage side. The data received at the 'Text-Audio-Input' topic will be read continuously by a consum …