Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyberbullying Classification #1032

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added Cyberbullying Classification/NaiveBayes.pickle
Binary file not shown.
20 changes: 20 additions & 0 deletions Cyberbullying Classification/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Cyberbullying Classification

## Overview
The goal is to analyze tweets to classify them into categories of cyberbullying and non-cyberbullying using NLP techniques and machine learning models.

## Dataset
The dataset contains over 47,000 tweets labeled into six categories: Age, Ethnicity, Gender, Religion, Other type of cyberbullying, and Not cyberbullying.

Link to the dataset: [Cyberbullying Classification Dataset](https://www.kaggle.com/datasets/andrewmvd/cyberbullying-classification/data)


## Models Used

1. Logistic Regression
2. Naive Bayes
3. Random Forest Classifier
4. Voting Classifier (Ensemble Model): Combines predictions from the above models using a majority voting scheme.

## Contribution
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to improve the system.
Binary file added Cyberbullying Classification/RandomForest.pickle
Binary file not shown.
Binary file added Cyberbullying Classification/Voting.pickle
Binary file not shown.
Loading
Loading