Bot application for classifying news articles as REAL or FAKE using Machine Learning
DeceptiBOT uses a machine learning model to classify news articles in a dataset as real or fake via the PassiveAgressiveClassifier. This model is then applied to user-submitted-news using a Telegram messenger bot.
This project was developed using multiple modules, documentation can be found below:
First, install all dependencies listed above / in the jupyter file.
Instructions on how to set up Anaconda and the notebook environment can be found here
Instructions on setting up a Telegram bot can be found here
Head over to any news source and copy the text:
Use the /Start
command to initiate the process:
The bot displays its prediction as follows:
Have a burning idea you feel could improve DeceptiBOT?
- Fork the project
- Create a new branch (
git checkout -b update
) - Commit your changes (
git commit -m 'Description of update'
) - Push to the branch (
git push origin update
) - Open a new pull request
- Thanks to Data Flair for the ML tutorial
- Credit to othneildrew for the README template
Abhinav Ramesh - abhinavramesh03@gmail.com