The Live Speech Translation is a web application built using Django that translates live speech from English to Romanian. \ The application leverages speech recognition and translation APIs to provide real-time translations.
- Real-time speech recognition
- Translation from English to Romanian
- User-friendly web interface
- RESTful API for integration with other applications
- Python 3.8+
- Django 3.2+
- JavaScript enabled browser
git clone https://github.com/cristianaprecup/live_translator.git \ cd live_translator
pip install django djangorestframework SpeechRecognition requests
python manage.py migrate \ python manage.py collectstatic
python manage.py runserver