requirements.txt file in the same directory as your Python script (app.py) with the following content:http://localhost:8501).sample_toxic_data.csv):TfidfVectorizer, LogisticRegression, MultinomialNB, OneVsRestClassifier, train_test_split, evaluation metrics)Pipeline with TF-IDF vectorization followed by a OneVsRestClassifier wrapping either LogisticRegression or MultinomialNB for multi-label classification.Posted May 27, 2025
Developed a Streamlit app for toxicity and sentiment analysis of comments.
0
0