vpj/python_autocomplete
A simple neural network for python autocompletion
This project helps Python developers write code more quickly and efficiently by predicting the next few characters or words as they type. It takes partially written Python code as input and suggests completions, potentially reducing keystrokes by 30-50%. The primary users are Python programmers looking to speed up their coding workflow.
821 stars. No commits in the last 6 months.
Use this if you are a Python developer experimenting with neural network-based code completion and want a foundational example.
Not ideal if you need a production-ready, highly efficient code completion tool for direct integration into an editor.
Stars
821
Forks
127
Language
Python
License
MIT
Category
Last pushed
Aug 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vpj/python_autocomplete"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
minimaxir/textgenrnn
Easily train your own text-generating neural network of any size and complexity on any text...
jackcook/predictive-spy
Spying on Appleās new predictive text model
yuazi/keyboard-AI
Self-learning keyboard layout optimizer using n-gram statistics and an ergonomic cost model
meddadaek/Next-Word-Prediction-Model
This project trains a neural network to predict the next word based on previous words (1-word context)
ecagri/Turkish-Text-Corrector-Plugin
A browser extension for correcting Turkish text typed with an English keyboard, leveraging deep...