Bad Word Detection · MIT License

A Flask server to detect Korean bad words in text using pre-trained SVM models and vectorizers.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Python 3.6+
  • Flask
  • joblib
  • scikit-learn

Installation

  1. Clone the repository:

    git clone https://github.com/developersung13/bad-word-detection.git
    cd bad-word-detection
  2. Set up a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install Flask joblib scikit-learn

Running the Server

Start the Flask server:

python app.py

Usage

Screenshot 2024-07-13 at 8 24 26 PM Screenshot 2024-07-13 at 8 24 45 PM