This project provides an AI-powered system for detecting cyberbullying and toxic content in text. Built with Streamlit and Hugging Face transformers, it offers an intuitive web interface for analyzing user-entered text.
To set up and run this project locally, follow these steps:
Clone the repository (if you haven't already):
git clone <repository_url>
cd "Cyber bulling AI"
Create a virtual environment (recommended):
python -m venv venv
Activate the virtual environment:
.\venv\Scripts\activate
source venv/bin/activate
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
Open your web browser and navigate to the local URL provided by Streamlit (usually http://localhost:8501).
Enter the text you want to analyze in the text area and click the "Analyze Text" button to see the results
Enter the text you want to analyze in the text area and click the "Analyze Text" button to see the results.
2 commits
Python
100.0%
This project provides an AI-powered system for detecting cyberbullying and toxic content in text. Built with Streamlit and Hugging Face transformers, it offers an intuitive web interface for analyzing user-entered text.
To set up and run this project locally, follow these steps:
Clone the repository (if you haven't already):
git clone <repository_url>
cd "Cyber bulling AI"
Create a virtual environment (recommended):
python -m venv venv
Activate the virtual environment:
.\venv\Scripts\activate
source venv/bin/activate
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
Open your web browser and navigate to the local URL provided by Streamlit (usually http://localhost:8501).
Enter the text you want to analyze in the text area and click the "Analyze Text" button to see the results
Enter the text you want to analyze in the text area and click the "Analyze Text" button to see the results.
2 commits
Python
100.0%