GitHub topics: code-summarization
gmickel/CodeWhisper
CodeWhisper: AI-Powered End-to-End Task Implementation & blazingly fast Codebase-to-LLM Context Bridge
Language: TypeScript - Size: 5.97 MB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 87 - Forks: 7

uw-swag/mole
MoLE (Mix-of-Language-Experts) model architecture for multilingual programming
Language: Python - Size: 25.4 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

ga1az/pathdigest
A command-line tool written in Go that analyzes Git repositories, local directories, or individual files and generates a structured, LLM-friendly text digest of their content.
Language: Go - Size: 32.2 KB - Last synced at: 6 days ago - Pushed at: 23 days ago - Stars: 5 - Forks: 1

martysai/source-code-summarization
Transformer-based approaches for an efficient docstrings generation on a piece of Python's code.
Language: Python - Size: 101 MB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 3

universal-ctags/ctags
A maintained ctags implementation
Language: C - Size: 22.2 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 6,810 - Forks: 636

marcusm117/IdentityChain
[ICLR 2024] Beyond Accuracy: Evaluating Self-Consistency of Code Large Language Models with IdentityChain
Language: Python - Size: 1.67 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

Victor-Gatua/Python-Recursive-Directory-CodeSummary-Tool
CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.
Language: Python - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Eng-M-Abdrabbou/Python-Recursive-Directory-CodeSummary-Tool
CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.
Language: Python - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

J-McNamara/smoosh
Snapshot an entire repo or directory as plaintext on the clipboard and paste to your favorite AI tool!
Language: Python - Size: 72.3 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

alirezadir/leetcode-summerizer
Summarize and collect into a DB a collection of LeetCode problems (Description, Solutions, Code, Analysis)
Language: Python - Size: 46.9 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

graykode/ai-docstring Fork of NilsJPWerner/autoDocstring
Visual Studio Code extension to quickly generate docstrings for python functions using AI(NLP) technology.
Language: Jupyter Notebook - Size: 2.43 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 311 - Forks: 25

QuantLet/Encode-the-Qode
Towards Code Summarization for Scientific Domain Experts on Scarce Data (Code accompanying the research paper)
Language: Jupyter Notebook - Size: 123 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Quanta-Naut/CodeChronicles
Effortlessly generate and merge code summaries with CodeChronicles—a VS Code extension that automates code summarization and seamlessly integrates them into your GitHub repository!
Language: TypeScript - Size: 3.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

FSoft-AI4Code/XMainframe
Language Model for Mainframe Modernization
Language: Python - Size: 11.8 MB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 35 - Forks: 3

LeVuMinhHuy/brocode
a bro who codes with you
Language: TypeScript - Size: 2.63 MB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 1

tongye98/ytnmt
Basic neural network framework.
Language: Python - Size: 71.5 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mast-group/clams
CLAMS API Summarizer
Language: Python - Size: 71.5 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 1

EngineeringSoftware/time-segmented-evaluation
Code and data for "Impact of Evaluation Methodologies on Code Summarization" in ACL 2022.
Language: Python - Size: 75.2 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 1

ICPC2022-Gypsum/GypSum_Code
Official implementation of our work, 'GypSum: Learning Hybrid Representations for Code Summarization'.
Language: Python - Size: 6.34 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 0

Cmput416F21/PyGlueTokenizer
A tool for obtaining natural language summaries of Python functions.
Language: Python - Size: 25.7 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

lvyufeng/code_intelligence_papers
Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 34 - Forks: 5

EngineeringSoftware/roosterize-vscode
VSCode extension for Roosterize, a tool for suggesting lemma names in Coq
Language: TypeScript - Size: 383 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

CyberKnight1803/CodeCG
A novel approach to get concise comments for a code snippet
Language: Python - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

xcodemind/naturalcc
A toolkit to naturalize the source code corpus
Language: Python - Size: 75.9 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

mrseanryan/loc-counter
:memo: Counts how many lines of code (LOC/SLOC) are in a code base, by programming language.
Language: Python - Size: 9.77 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 4
