Skip to content

whyuhurtz/text-compression-RLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Text Data Compression using Run-Length Encoding (RLE)

Usage

  • Install the streamlit python library. I recommend you to create the virtual env first.
python3 -m venv .venv
source ~/.venv/bin/activate
pip3 install streamlit # Install streamlit library.
  • Running the Streamlit app with the following command.
streamlit run ./app.py
# Access the app on port "8501".

Contributors

  • Alfarizki Nurachman / 2207421041
  • Itsar Hevara / 2207421046
  • Wahyu Priambodo / 2207421048
  • Izzaturachmi / 2207421050
  • Jonathan Victorian Wijaya / 2207421051
  • Safina Ayu Rasya / 2207421058

Journal Reference

[1] H. Kurniadi Siradjuddin, A. Khairan, M. Ridha Albaar, and S. Do Abdullah, “Implementation of Run Length Encoding (RLE) Algorithm on Text Data Compress using Python,” SISTEMASI, vol. 13, no. 4, p. 1510, Jul. 2024, doi: https://doi.org/10.32520/stmsi.v13i4.4175.

About

Implementation of RLE algorithm for text data compression. This app is powered by streamlit - python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages