yoeo/guesslang
Detect the programming language of a source code
Leverages TensorFlow to train a neural network classifier across 54 programming languages with >90% accuracy. Provides both CLI and Python package interfaces, with probability distributions for each prediction. Already integrated into Microsoft Visual Studio Code for automatic language detection on pasted code snippets.
891 stars. No commits in the last 6 months. Available on PyPI.
Stars
891
Forks
126
Language
Python
License
MIT
Category
Last pushed
Mar 04, 2024
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yoeo/guesslang"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
kermitt2/delft
a Deep Learning Framework for Text https://delft.readthedocs.io/
airalcorn2/Deep-Semantic-Similarity-Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent...
christiansafka/img2vec
:fire: Use pre-trained models in PyTorch to extract vector embeddings for any image
inejc/paragraph-vectors
:page_facing_up: A PyTorch implementation of Paragraph Vectors (doc2vec).
matthewdeanmartin/whats_that_code
detect programming language of source in pure python from an ensemble of classifiers