Skip to content

aditimjoshi/Language_Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Language Translator (German to English)

Overview

This project is a German-to-English language translator built using a Transformer-based sequence-to-sequence model trained on the Multi30K dataset. The application features a Streamlit-based frontend, allowing users to input German text and receive translated English output in real-time.

The model was trained and tested in the translator.ipynb notebook, and the Streamlit app is launched using app.py.

Demo

Frontend
Example of the Streamlit web interface

Installation

Prerequisites

  • Python 3.8+
  • PyTorch
  • Streamlit

Setup and Usage

# Clone the repository
git clone https://github.com/yourusername/Language_Translator.git
cd Language_Translator

# Run the streamlit app
Streamlit run app.py

About

A German-to-English language translator using Transformers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published