Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.24 KB

Language Translation App

This app allows you to translate text and voice inputs from one language to another. It utilizes various APIs for translation and speech recognition to provide a seamless experience for users.

HomePage

Features

  • Comprehension checks in multiple languages. Comprehension Checks
  • Translate text from one language to another. Comprehension Checks
  • Translate voice inputs to text and then to the desired language. Comprehension Checks
  • Supports a wide range of languages for translation.

Setup

  1. Clone the repository:
    git clone https://github.com/selcia25/streamlit-language.git
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python app.py

Usage

  1. Enter text in the input box and select the source and target languages for translation.
  2. Click the "Translate" button to see the translated text.
  3. To translate voice inputs, click the microphone button and speak. The app will convert your speech to text and then translate it.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.