Skip to content

mfakhrulam/preprocessing-web-app

Repository files navigation

Preprocessing Web App

About the Project

This project is a web application that visualize on how the text proprocessing work.

Screenshots

image

How to Use Locally

  1. First, clone this repository with:
git clone https://github.com/mfakhrulam/preprocessing-web-app.git

  1. Now, create a virtual environment to run the project
python -m venv .venv

  1. Then, activate the virtual environment

Windows:

.venv\Scripts\activate

Linux and Mac:

source .venv/bin/activate

  1. Install the requirements
pip install -r requirements.txt

  1. Download nltk puntk, wordnet, and stopwords
python nltk_download.py

  1. Make .flaskenv file and specify the appropriate file to run:
FLASK_APP=app
FLASK_DEBUG=True
  1. Install the dependencies
npm install

  1. Run the following command to compile and watch for changes for the Tailwind CSS file:
npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch

  1. Run the flask app using different console:
flask run

credit: mfakhrulam

About

web application that visualize on how the text proprocessing work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages