A simple app that can preprocess text data to fulfill the assignment for the Introduction to Multimedia Data Processing.
This app is created using:
- Streamlit - Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science.
- Python - Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
- Clone this repository
git clone https://github.com/putuwaw/text-preprocessing.git
- Create and activate virtual environment
python -m venv venv
source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Run the app
streamlit run app.py
You can see the preview of this web page here.
Putu Widyantara Artanta Wibawa - 2108561005