Shiksha Translator helps students seamlessly convert educational content into their local languages, making learning accessible to everyone. By breaking language barriers, it ensures that knowledge reaches all learners in a language they understand best. Built with Streamlit for an interactive UI and powered by Google Translate API, it allows seamless text translation for students and educators.
Streamlit is a lightweight and user-friendly framework that allows fast deployment of interactive data applications with minimal coding. It simplifies UI development, making it ideal for quick prototyping and real-time translation tools like Shiksha Translator.
- Googletrans β for translation functionality
pip install googletrans==3.1.0a0
- Streamlit β for the web-based UI
pip install streamlit