A Flask-based web app that uses NLP and machine learning to detect fake news articles.
- Train with PassiveAggressiveClassifier
- TF-IDF vectorization
- Flask web UI
- Real vs Fake news prediction
python model.py # Train the model
python app.py # Run the web app