labmlai/python_autocomplete
Use Transformers and LSTMs to learn Python source code
This project helps Python developers write code faster by predicting the next characters they'll type. It takes your partially written Python code as input and suggests relevant code completions, which you can then accept to reduce keystrokes. It's designed for Python developers looking to improve their coding efficiency through intelligent autocomplete.
194 stars. No commits in the last 6 months.
Use this if you are a Python developer who wants to experiment with or use a deep-learning-powered autocompletion tool to speed up your coding.
Not ideal if you are looking for an off-the-shelf, production-ready IDE extension that doesn't require any setup or local model training.
Stars
194
Forks
42
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/labmlai/python_autocomplete"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
facebookresearch/fairseq2
FAIR Sequence Modeling Toolkit 2
lhotse-speech/lhotse
Tools for handling multimodal data in machine learning projects.
google/sequence-layers
A neural network layer API and library for sequence modeling, designed for easy creation of...
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
OpenNMT/OpenNMT-tf
Neural machine translation and sequence learning using TensorFlow