Skip to content

I created streamlit app for Language Transulator using googletrans library.

Notifications You must be signed in to change notification settings

harichselvamc/LanguageTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I created streamlit app for Language Transulator using googletrans library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages