Huffman Coding is an efficient way to compress files. This Flask app uses two C++ programs to compress and decompress files. Flask’s templating and routing capabilities to create a user-friendly and intuitive web application interface and secure data transfer using Flask-WTF and WTForms for form validation.
- Download or clone the repo
- Run "pip install -r requirements.txt" to install the required packages
- Run "python main.py" to start the flask app
- Click on the localhost link that appears on the cmd