Skip to content

Commit 96d3ac4

Browse files
author
Hamel Husain
authored
Update README.md
1 parent 5b99106 commit 96d3ac4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## Sequence-to-Sequence Tutorial with Github Issues Data
22
Code For Medium Article: ["How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"]()
33

4-
## Table of Contents:
4+
## Resources:
55

66
1. [Tutorial Notebook](./notebooks/Tutorial.ipynb): The Jupyter notebook that coincides with the Medium post.
77

88
2. [seq2seq_utils.py](./notebooks/seq2seq_utils.py): convenience functions that are used in the tutorial notebook to make predictions.
99

1010
3. [ktext](https://github.com/hamelsmu/ktext): this library is used in the tutorial to clean data. This library can be installed with `pip`.
11+
12+
4. [Nvidia Docker Container](https://hub.docker.com/r/hamelsmu/seq2seq_tutorial/): contains all libraries that are required to run the tutorial. This container is built with Nvidia-Docker v1.0. You can run this container by executing `nvidia-docker run hamelsmu/seq2seq_tutorial/` after installing **Nvidia-Docker v1.0.** Note: I have not tested this on Nvidia-Docker v2.0.
13+

0 commit comments

Comments
 (0)