Skip to content

Saptarshi-Bandopadhyay/CrossTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossTalk

demo

Overview

A English to Spanish Neural Machine Translation system, enabling the translation of English sentences into Spanish. Key features include -

  • Bidirectional LSTM architecture coupled with Luong's attention mechanism.
  • Vocabulary size of 5000.
  • Deployed Using Gradio
  • Achieving a notable 70% translation accuracy on the Spa-Eng dataset by Anki

Usage

  1. Install all the packages
python3 -m pip install -r requirements.txt
  1. Run the Gradio app
gradio app.py

To-do

Build a command line interface such that input can be given and output can be received through command-line

About

NMT model using Encoder-Decoder architecture along with Luong's attention mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published