Found 6,665 repositories(showing 30)
mightydeveloper
PyTorch implementation of 'Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding' by Song Han, Huizi Mao, William J. Dally
0xHossam
Huffman Coding in Shellcode Obfuscation & Dynamic Indirect Syscalls Loader.
nayuki
Clear implementation of Huffman coding for educational purposes in Java, Python, C++.
tcsullivan
Compile-time Huffman coding compression using C++20
bhrigu123
Python Implementaion of Huffman Coding - compression and decompression
e-hengirmen
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
cynricfu
A C++ compression and decompression program based on Huffman Coding.
gg-z
Python implementation of Huffman coding .
TheNilesh
Using huffman coding to compress-decompress real-world files
SamirPaulb
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
icza
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
ciodar
PyTorch Lightning implementation of the paper Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding. This repository allows to reproduce the main findings of the paper on MNIST and Imagenette datasets.
keke2014
a simple compress and extract program based on Huffman coding
richgel999
FastAC - Amir Said's Arithmetic and Huffman coding library, example code, and documentation
Elzawawy
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
This code is the implementation of the paper "Reversible Data Hiding in Encrypted Images Based on Multi-MSB Prediction and Huffman Coding".
JoakimDeak
Text compression using huffman coding
gyaikhom
Implements the Huffman Coding algorithm.
Visualization of Huffman coding
richgel999
Amir Said's C++ fast Huffman coding example (FastHF)
sspeedy99
A file compression program written in C++ to compress files using Huffman Coding
ammarlodhi255
File Compression Using Huffman Coding Built in Java.
amzhang1
encoder and decoder on an image without using Huffman coding
harsha-hl
A file compressing web application designed using the concept of Huffman Coding.
timmmGZ
jpg, Jpeg Compression knowledge includes DCT, Zig Zag, Huffman Coding and Run Length Coding
renderffx
rawdog jpeg-encoder , demonstrating the full compression pipeline including DCT, quantization, and Huffman coding.
AashitaK
No description available
prashant-kikani
Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!
KhaledMohamedP
Representation of the Huffman Coding in JS, CSS, & HTML
Roodaki
A lossless image compression and decompression algorithm utilizing the Huffman coding technique to efficiently reduce image file sizes while maintaining image quality.