Skip to content

mouleshleo/toxic_comment_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toxic Comment Finder Using Machine Learning

Flask Application

This is a Flask-based web application. The application includes a set of Python dependencies that must be installed before running. Follow the instructions below to set up and run the application.

Features

  • Flask-based web application
  • Modular design for easy scalability
  • Detect toxic comments from social media

Prerequisites

Ensure you have the following installed:

  • Python (version greater than 3)
  • pip (Python package installer)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/mouleshleo/toxic_comment_finder.git
  2. Navigate to the project directory:

    cd toxic_comment_finder
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    • On macOS/Linux:

      source venv/bin/activate
    • On Windows:

      venv\Scripts\activate
  5. Install the required dependencies:

    pip install -r requirements.txt

Running the Application

Once the setup is complete, you can start the Flask application with:

flask run

Releases

No releases published

Packages

No packages published

Languages