# SeamlessM4t-Translator **Repository Path**: seamless-m4t-demo/SeamlessM4t-Translator ## Basic Information - **Project Name**: SeamlessM4t-Translator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Seamless M4T Translator Seamless M4T Translator is a powerful tool that enables various types of language translations, including speech-to-speech, speech-to-text, text-to-speech, text-to-text, and automatic speech recognition (ASR). This repository contains the code and instructions to use the translator. ## Features - **Speech-to-Speech Translation:** Convert spoken language from one language to another in real-time. - **Speech-to-Text Translation:** Transcribe spoken language into text in the desired target language. - **Text-to-Speech Translation:** Convert written text into spoken language in the target language. - **Text-to-Text Translation:** Translate written text from one language to another. ## Demo ![Untitled video - Made with Clipchamp (3)](https://github.com/Abhi-vish/SeamlessM4t-Translator/assets/109618783/07bdb07c-825f-48a3-afb3-5551526285bb) ## Getting Started These instructions will help you set up and use the Seamless M4T Translator on your local system. ### Prerequisites Before getting started, make sure you have the following prerequisites installed: - Python 3.x - Required Python packages (specified in requirements.txt) ### Installation 1. Clone this repository: ```shell git clone https://github.com/Abhi-vish/SeamlessM4t-Translator.git 2. Install requirements.txt ```shell pip install -r requirements.txt 3. Run project ```shell streamlit run app.py