putuwaw / text-preprocessing

Text Preprocessing in Python

Home Page:https://text-preprocessing.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-preprocessing

Streamlit Python

A simple app that can preprocess text data to fulfill the assignment for the Introduction to Multimedia Data Processing.

Technology πŸ‘¨β€πŸ’»

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.

Installation πŸ› οΈ

  • 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

Preview πŸ”

You can see the preview of this web page here.

Profile πŸ‘¨β€πŸŽ“

Putu Widyantara Artanta Wibawa - 2108561005

About

Text Preprocessing in Python

https://text-preprocessing.streamlit.app


Languages

Language:Python 100.0%