CoolFace
Apppublic

aalshabi/text-compression-studio

sourceHugging Faceupdated 10mo agoView on Hugging Face
1likes
App README

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.