Code Monkey home page Code Monkey logo

cyberbully_detection's Introduction

Cyberbullying Tweet Recognition Project

Introduction

This project aims to develop a cyberbullying tweet recognition system using machine learning techniques. The project includes data preprocessing, model building, and a user-friendly web application built using Streamlit.

Features

  • Data preprocessing including text cleaning, tokenization, stemming, and lemmatization.
  • Model training using Linear Support Vector Machine (LSVM) for cyberbullying tweet detection.
  • Streamlit web application for user interface.
  • Prediction of cyberbullying content based on user input.

Getting Started

  1. Clone the repository:

    git clone https://github.com/srishrachamalla7/cyberbullying-recognition.git
    cd cyberbullying-recognition
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run app.py

Project Structure

  • data/: Contains the dataset used for training and testing.
  • models/: Includes saved model files after training.
  • notebooks/: Jupyter notebooks for data analysis and preprocessing.
  • app.py: Streamlit web application for user interaction.
  • train_model.py: Script for model training.
  • preprocess.py: Functions for data preprocessing.
  • utils.py: Utility functions used across the project.

Usage

  1. Run the Streamlit app using the command mentioned above.
  2. Input a tweet in the app.
  3. The app predicts whether the input tweet contains cyberbullying content or not.

Future Scope

  • Enhance model performance by experimenting with different algorithms and hyperparameters.
  • Include more advanced text processing techniques.
  • Extend the web app with more interactive features and visualizations.

Remember to customize the content according to your project's details, including the project features, structure, usage instructions, and contributions. Also, include any relevant images, logos, and links to external resources.


cyberbully_detection's People

Contributors

srishrachamalla7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.