Skip to content

Commit e714bf3

Browse files
authored
Update readme.md
1 parent 2d18bfa commit e714bf3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
# Python Autocomplete
77

8-
[This](https://github.com/lab-ml/python_autocomplete) project try autocompleting python source code using LSTM or
9-
Transformer models.
8+
This is a learning/demo project to show how deep learning can be used to auto complete Python code.
9+
You can experiment with LSTM and Transformer models.
10+
We also have built a simple VSCode extension to try out the trained models.
1011

1112
Training
1213
model: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lab-ml/python_autocomplete/blob/master/notebooks/train.ipynb)

0 commit comments

Comments
 (0)