Kirili4ik/code2vec
code2vec for Python 3 made for NL2ML project
This tool helps machine learning engineers and researchers analyze Python code snippets by converting them into numerical representations called code embeddings. You input Python code, and it outputs these embeddings, which can then be used for tasks like finding similar code or suggesting code labels. This is designed for those who want to build or experiment with models that understand the semantics of code.
No commits in the last 6 months.
Use this if you are an ML researcher or engineer looking to generate vector representations of Python code for downstream analysis or machine learning tasks.
Not ideal if you need a pre-trained model for Java or a solution that is ready for production without additional model training and setup.
Stars
19
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/Kirili4ik/code2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/text2vec
text2vec, text to vector....
predict-idlab/pyRDF2Vec
đ Python Implementation and Extension of RDF2Vec
IntuitionEngineeringTeam/chars2vec
Character-based word embeddings model based on RNN for handling real world texts
IITH-Compilers/IR2Vec
Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.