Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamaroning/translator


https://github.com/tamaroning/translator

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Translator

Simple attention-based translator from French to Engish

Teaching data is retrieved from https://download.pytorch.org/tutorial/data.zip

## Prerequisites

- Python 3.x
- Pytorch
- Numpy
- Matplotlib

## Run

```
python -i main.py
...
>> evaluateAndShowAttention("je suis un chat noir")
...
```