Git Product home page Git Product logo

languagetranslator's Introduction

Language Translator Web Application

Translator Demo

Introduction

The Language Translator web application is a Python-based tool that allows you to translate sentences from one language to another. It uses the Google Translate API for translation and provides a user-friendly web interface.

Prerequisites

Before running the application, ensure you have the following prerequisites installed on your system:

  • Python 3
  • Virtual environment (recommended)

Supported Languages

The Language Translator supports translation between a wide range of languages. Here are the list of supported languages:

  • English
  • Hindi
  • French
  • German
  • Italian
  • Zulu

Getting Started

To set up and run the Language Translator web application, follow these steps:

  1. Clone this repository to your local machine or download the ZIP file:

    git clone https://github.com/its-sushant/LanguageTranslator.git
  2. Navigate to the LanguageTranslator directory:

    cd LanguageTranslator
  3. Create a virtual environment:

    python3 -m venv venv
  4. Activate the virtual environment:

    source venv/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt
  6. Start the application:

    python3 app.py
  7. Open a web browser and go to http://127.0.0.1:5000/.

Usage

  1. Enter the sentence you want to translate in the "Enter a Sentence" input field.
  2. Select the source language from the "Select Source Language" dropdown.
  3. Select the target language from the "Select Target Language" dropdown.
  4. Click the "Translate" button.
  5. View the translation result in the "Translation Result" section.

Features

  • User-friendly web interface.
  • Supports translation between multiple languages.
  • Utilizes the Google Translate API for accurate translations.

Author

languagetranslator's People

Contributors

its-sushant avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.