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.
- Flask-based web application
- Modular design for easy scalability
- Detect toxic comments from social media
Ensure you have the following installed:
- Python (version greater than 3)
- pip (Python package installer)
-
Clone the repository to your local machine:
git clone https://github.com/mouleshleo/toxic_comment_finder.git
-
Navigate to the project directory:
cd toxic_comment_finder
-
Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
-
On macOS/Linux:
source venv/bin/activate
-
On Windows:
venv\Scripts\activate
-
-
Install the required dependencies:
pip install -r requirements.txt
Once the setup is complete, you can start the Flask application with:
flask run