huffman-coding
Here are 138 public repositories matching this topic...
Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.
- Updated
Aug 17, 2024 - Python
mp3 steganography library
- Updated
Apr 11, 2025 - Python
Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!
- Updated
Apr 10, 2018 - Python
Arithmetic coding library with statistical models like PPM and Context mixing (demonstrating core principles of probabilistic inference, ensemble learning in AI)
- Updated
Oct 9, 2023 - Python
Adaptive Huffman coding algorithm in Python.
- Updated
Oct 2, 2021 - Python
A lossless image compression and decompression algorithm utilizing the Huffman coding technique to efficiently reduce image file sizes while maintaining image quality.
- Updated
May 11, 2023 - Python
Image steganography and compressing
- Updated
Jan 27, 2023 - Python
Huffman encoding of Bitmap images
- Updated
Jan 26, 2018 - Python
A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.
- Updated
Jun 29, 2022 - Python
A JPEG compressor (only algorithm without header) in Python.
- Updated
Oct 13, 2022 - Python
This repository serves as a valuable resource for researchers, developers, and enthusiasts working with AUVs, providing a range of image processing algorithms and tools tailored to enhance visual perception and analysis in underwater scenarios.
- Updated
Aug 22, 2024 - Python
Implementation of Huffman Coding using Python
- Updated
Sep 10, 2023 - Python
A program to compress and decompress files
- Updated
Sep 27, 2017 - Python
Implementation of Compression and Learning Algorithms
- Updated
Jan 11, 2021 - Python
The Huffman graphical tree is a visualization of the Huffman coding algorithm, which is a popular data compression technique. The Huffman coding algorithm assigns variable-length codes to characters based on their frequencies in a given text or dataset. This allows more frequent characters to have shorter codes
- Updated
May 30, 2024 - Python
The algorithm design project contains Huffman coding, a lossless algorithm to reduce image file size.
- Updated
Jul 29, 2023 - Python
This project addresses image's efficiency storage challenge by introducing a novel, efficient lossless compression method using Huffman coding. This method not only simplifies implementation but also reduces memory consumption, making it well-suited for resource-limited environments and aiming to revolutionize streamlined image data management.
- Updated
Aug 13, 2023 - Python
- Updated
May 2, 2024 - Python
Huffman encoding and decoding tree in python
- Updated
Aug 12, 2019 - Python
Improve this page
Add a description, image, and links to the huffman-coding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the huffman-coding topic, visit your repo's landing page and select "manage topics."