oleges1/code-completion
pytorch version of code completion with neural attention and pointer networks
This tool helps developers improve their coding speed and accuracy by predicting the next parts of their code. You provide existing codebases as input, and it learns common patterns to suggest completions. The primary users are software developers, data scientists, and anyone who writes a significant amount of code.
No commits in the last 6 months.
Use this if you want to create or customize an intelligent code completion system for a specific programming language or domain, based on existing code samples.
Not ideal if you're looking for an off-the-shelf code completion plugin for a standard IDE or a solution that requires no machine learning expertise.
Stars
12
Forks
6
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 17, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/oleges1/code-completion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...