Skip to content

Commit 5b99106

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

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Seq2Seq_Tutorial
2-
Code For Medium Article "How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"
1+
## Sequence-to-Sequence Tutorial with Github Issues Data
2+
Code For Medium Article: ["How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"]()
3+
4+
## Table of Contents:
5+
6+
1. [Tutorial Notebook](./notebooks/Tutorial.ipynb): The Jupyter notebook that coincides with the Medium post.
7+
8+
2. [seq2seq_utils.py](./notebooks/seq2seq_utils.py): convenience functions that are used in the tutorial notebook to make predictions.
9+
10+
3. [ktext](https://github.com/hamelsmu/ktext): this library is used in the tutorial to clean data. This library can be installed with `pip`.

0 commit comments

Comments
 (0)