tensorflow-shakespeare
Neural machine translation between the writings of Shakespeare and modern English using TensorFlow
File Explorer
Download Latest Version (.zip)- hamlet_modern.snt
- hamlet_modern.snt.aligned
- hamlet_original.snt
- hamlet_original.snt.aligned
- julius-caesar_modern.snt
- julius-caesar_modern.snt.aligned
- julius-caesar_original.snt
- julius-caesar_original.snt.aligned
- macbeth_modern.snt
- macbeth_modern.snt.aligned
- macbeth_original.snt
- macbeth_original.snt.aligned
- merchant-of-venice_modern.snt
- merchant-of-venice_modern.snt.aligned
- merchant-of-venice_original.snt
- merchant-of-venice_original.snt.aligned
- midsummer-nights-dream_modern.snt
- midsummer-nights-dream_modern.snt.aligned
- midsummer-nights-dream_original.snt
- midsummer-nights-dream_original.snt.aligned
- othello_modern.snt
- othello_modern.snt.aligned
- othello_original.snt
- othello_original.snt.aligned
- romeo-and-juliet_modern.snt
- romeo-and-juliet_modern.snt.aligned
- romeo-and-juliet_original.snt
- romeo-and-juliet_original.snt.aligned
- tempest_modern.snt
- tempest_modern.snt.aligned
- tempest_original.snt
- tempest_original.snt.aligned
- train_plays2.modern
- train_plays2.original
- antony-and-cleopatra_modern.snt.aligned
- antony-and-cleopatra_original.snt.aligned
- asyoulikeit_modern.snt.aligned
- asyoulikeit_original.snt.aligned
- errors_modern.snt.aligned
- errors_original.snt.aligned
- hamlet_modern.snt.aligned
- hamlet_original.snt.aligned
- henryv_modern.snt.aligned
- henryv_original.snt.aligned
- juliuscaesar_modern.snt.aligned
- juliuscaesar_original.snt.aligned
- lear_modern.snt.aligned
- lear_original.snt.aligned
- macbeth_modern.snt.aligned
- macbeth_original.snt.aligned
- merchant_modern.snt.aligned
- merchant_original.snt.aligned
- msnd_modern.snt.aligned
- msnd_original.snt.aligned
- muchado_modern.snt.aligned
- muchado_original.snt.aligned
- othello_modern.snt.aligned
- othello_original.snt.aligned
- richardiii_modern.snt.aligned
- richardiii_original.snt.aligned
- romeojuliet_modern.snt.aligned
- romeojuliet_original.snt.aligned
- shrew_modern.snt.aligned
- shrew_original.snt.aligned
- tempest_modern.snt.aligned
- tempest_original.snt.aligned
- twelfthnight_modern.snt.aligned
- twelfthnight_original.snt.aligned
- antony-and-cleopatra_modern.snt.aligned
- antony-and-cleopatra_original.snt.aligned
- asyoulikeit_modern.snt.aligned
- asyoulikeit_original.snt.aligned
- errors_modern.snt.aligned
- errors_original.snt.aligned
- hamlet_modern.snt.aligned
- hamlet_original.snt.aligned
- henryv_modern.snt.aligned
- henryv_original.snt.aligned
- juliuscaesar_modern.snt.aligned
- juliuscaesar_original.snt.aligned
- lear_modern.snt.aligned
- lear_original.snt.aligned
- macbeth_modern.snt.aligned
- macbeth_original.snt.aligned
- merchant_modern.snt.aligned
- merchant_original.snt.aligned
- msnd_modern.snt.aligned
- msnd_original.snt.aligned
- muchado_modern.snt.aligned
- muchado_original.snt.aligned
- othello_modern.snt.aligned
- othello_original.snt.aligned
- richardiii_modern.snt.aligned
- richardiii_original.snt.aligned
- shrew_modern.snt.aligned
- shrew_original.snt.aligned
- tempest_modern.snt.aligned
- tempest_original.snt.aligned
- twelfthnight_modern.snt.aligned
- twelfthnight_original.snt.aligned
- README.md
- shakespeare_norvig.txt
- __init__.py
- test_data.py
- test_tokenizer.py
- __init__.py
- BUILD
- data_utils.py
- seq2seq_model.py
- translate.py
- __init__.py
- get_data.py
- prepare_corpus.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- run.sh
# Installation Guide
git clone https://github.com/tokestermw/tensorflow-shakespeare
Downloads the entire project code from GitHub to your computer.
cd tensorflow-shakespeare
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl # for mac
Installs the package published on PyPI directly β no need to clone the source.
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl # for ubuntu
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl # for mac
Installs the package published on PyPI directly β no need to clone the source.
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl # for ubuntu
Installs the package published on PyPI directly β no need to clone the source.
python -m tensorshake.get_data
Runs the Python script (or module).
python -m tensorshake.prepare_corpus
Runs the Python script (or module).
Pulled directly from this repo's README.
