Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.08 KB

readme.md

File metadata and controls

52 lines (36 loc) · 1.08 KB

Language Translator Project

This is a simple language translation application developed using Python and Streamlit. The application leverages the GoogleTrans library to translate a piece of text into a selected language.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/harichselvamc/LanguageTranslator.git
    cd LanguageTranslator
  2. Create a virtual environment and activate it:

    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the Streamlit app:

    streamlit run app.py
  2. Open your browser and navigate to http://localhost:8501.

Features

  • Simple and intuitive user interface.
  • Translates text into various languages.
  • Uses GoogleTrans for translation.

Tech Stack

  • Python
  • Streamlit
  • GoogleTrans