aalshabi/text-compression-studio
1
Text Compression Studio – Huffman & LZW
A simple interactive web application that demonstrates text compression using Huffman Coding and LZW Compression.
The app allows users to:
- Enter or paste text
- Select a compression method (Huffman / LZW)
- Encode the text
- Decode back to verify lossless compression
- View compression statistics
- Visualize Huffman trees
- View LZW dictionary tables
This application is built with Python and Streamlit.
