You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@
5
5
6
6
# Python Autocomplete
7
7
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.
10
11
11
12
Training
12
13
model: [](https://colab.research.google.com/github/lab-ml/python_autocomplete/blob/master/notebooks/train.ipynb)
0 commit comments