real-time-language-translator and real-time-voice-translator
These are competitors—both implement real-time speech-to-translation pipelines with voice I/O, though B adds a web UI layer via Streamlit while A appears to be a lower-level library, making them alternative solutions for the same core use case rather than tools meant to be used together.
About real-time-language-translator
gunarakulangunaretnam/real-time-language-translator
A voice recognition-based tool for translating languages in real-time.
Combines speech recognition (SpeechRecognition module), machine translation (Googletrans v3.1.0a0), and text-to-speech synthesis (GTTS) in a Python pipeline to capture, translate, and vocalize output. Built with Streamlit for the UI and Pygame for audio playback, enabling a complete end-to-end spoken-language translation workflow without external API dependencies beyond Google's services.
About real-time-voice-translator
RakeshBabuGajula/real-time-voice-translator
A real-time voice translator web app built with Streamlit that captures live speech, converts it to text, translates it into a chosen language, and plays back the translated audio using text-to-speech. It supports multiple languages, start/stop controls, text editing, and export features to enable seamless multilingual communication.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work