GlobalSpeak is a Python Flask web application designed to overcome language barriers by translating your lectures in audio, video, and text formats into over 100+ languages, including major ones like Japanese, German, French, Spanish, Hindi, English, Marathi, and more. It seamlessly converts lecture notes into multiple languages, providing an enriched learning experience. The audio translation feature ensures students worldwide can access lectures in their native languages, fostering inclusive education. Additionally, The video translation translates entire videos, allowing you to watch and understand content in your preferred language.
-
Before you begin, ensure you have the following installed:
- Python 3.8 or Higher Version
Run the following Commands.
STEP 1
- Creating virtual enviroment :
To do so:-
pip install virtualenv
virtualenv env
.\env\Scripts\activate.ps1
STEP 2
- Cloning the Repository :
git clone https://github.com/jayeshbhandarkar/GlobalSpeak.git
cd GlobalSpeak
STEP 3
- Installing all the Dependancies :
pip install -r requirements.txt
STEP 4
- Run the flask web application
python app.py
STEP 5
- Open Web-Browser (Chrome) and navigate to http://127.0.0.1:8000
to use this web-application.
⬤ Please do ⭐ the Repository, if it helped you in anyway.