This Streamlit application allows you to synthesize text into avatar videos using Microsoft Azure's Text to Speech with Avatar service.
0001.mp4
Before running the application, ensure you have the following:
- Azure Subscription: You need an active Azure subscription.
- Azure Speech API Subscription Key: Obtain this key from your Azure portal.
- Service Region: Select one of the supported regions: West US 2, West Europe, or Southeast Asia.
-
Clone the repository:
git clone https://github.com/your/repository.git cd repository-directory
-
Install the required Python packages:
pip install streamlit
-
Running the Application
streamlit run main.py
Fill in Subscription Key and Region: Enter your Speech API subscription key and select the service region from the dropdown.
Enter Text: Input the text that you want to synthesize into an avatar video.
Submit: Click on the "Submit" button to initiate the avatar synthesis job.
Monitor Job Status: Once submitted, the application will display the job status (running, succeeded, or failed) and provide a download link for the video upon successful completion.
List Jobs: You can also view a list of previously submitted batch synthesis jobs and their details.
This project is licensed under the MIT License - see the LICENSE file for details.
Microsoft Azure for providing the Text to Speech with Avatar service. Streamlit for the user-friendly web application framework.
BIBIN KUNJUMON bibinkunjumon2020@gmail.com
![image](https://private-user-images.githubusercontent.com/104210649/341292047-08789647-279d-4274-8f6f-028c818c90d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjI4NjAsIm5iZiI6MTczOTYyMjU2MCwicGF0aCI6Ii8xMDQyMTA2NDkvMzQxMjkyMDQ3LTA4Nzg5NjQ3LTI3OWQtNDI3NC04ZjZmLTAyOGM4MThjOTBkMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMjI5MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ODU3MWM5ZWEyMWU1ZTM3Mjc4MDAwMjk4YWNkYjQxMDliMjFlMTQzZGQwNjEzNzg1YzM5N2VlM2Q0MTE5NzM4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3ssSSpsr9MhEQEoHe9wo2VP6YOfr2ZcDq6oETe-4dwQ)