Coder Social home page Coder Social logo

english2french's Introduction

English2French

English to French translator using Sequence-to-Sequence Model with Attention.

It is a project to perform machine translation(English to french) using Seq2Seq model with Attention. The project is implemented using pytorch with different code modularization.

Setup

Make sure you have the required python dependencies for running the project. Run pip3 install -r requirements.txt in your working environment to install the required pacakages.

I have not included pytorch package in the requirements.txt, so please install the pytorch version according to your cuda and cudnn versions. It is recommeneded to run the project on GPU(if available) for lower run time. Otherwise, project will default to CPU.

How to produce the same result?

  • First of all remove the data present in models/interim folder.
  • Now open the notebook name 1.english2french.ipynb present in notebooks folder.
  • Now run the cells and follow the comments in it.
  • You can see the respective source modules to see their implementation.

Future Works

Working on the deployment of the project to take user's input and ouput the respective translation.

Contributing

As this project is still under work, it would be much appericated if you submit a PR for cleanups, error-fixing, or adding new (relevant) content.


english2french's People

Contributors

satvik2204 avatar

Stargazers

 avatar Shubhankar avatar OM PARASHAR avatar  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.