Abin-03/File_Zipper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Huffman Coding File Zipper
This project implements a file zipper system using Huffman coding algorithm and deploys it as a Streamlit web application.
## Features
- Compress text using Huffman coding
- Decompress previously compressed files
- Simple web interface using Streamlit
## Installation
1. Clone this repository:
git clone https://github.com/yourusername/huffman_file_zipper.git
cd huffman_file_zipper
2. Install the required packages:
pip install -r requirements.txt
## Usage
Run the Streamlit app:
streamlit run app.py