A simple Streamlit app that translates between Bangla, English, and Hindi with Text-to-Speech functionality.
https://github.com/user-attachments/assets/57ba500e-f7da-4f2c-bfbb-41bad4a385e8
Install dependencies:
pip install -r requirements.txt
Run the app:
streamlit run main.py
Open your browser:
Go to http://localhost:8501
Build and run:
docker build -t translator-app .
docker run -p 8501:8501 translator-app
Access the app:
Open http://localhost:8501
transformers - Translation modelsstreamlit - Web frameworktorch - Model inferencesentencepiece - Tokenizationgtts - Text-to-Speech5 commits
Python
100.0%
A simple Streamlit app that translates between Bangla, English, and Hindi with Text-to-Speech functionality.
https://github.com/user-attachments/assets/57ba500e-f7da-4f2c-bfbb-41bad4a385e8
Install dependencies:
pip install -r requirements.txt
Run the app:
streamlit run main.py
Open your browser:
Go to http://localhost:8501
Build and run:
docker build -t translator-app .
docker run -p 8501:8501 translator-app
Access the app:
Open http://localhost:8501
transformers - Translation modelsstreamlit - Web frameworktorch - Model inferencesentencepiece - Tokenizationgtts - Text-to-Speech5 commits
Python
100.0%