This project is a fake news detector that tries to figure out whether a news article is real or fake based on how it’s written. I built it using machine learning by training it on lots of real and fake news examples. Right now it works best on ful…
This project is a fake news detector that tries to figure out whether a news article is real or fake based on how it’s written. I built it using machine learning by training it on lots of real and fake news examples. Right now it works best on full articles, and next I plan to turn it into a simple app and make it smarter with shorter inputs.
I used AI tools for guidance, debugging, and understanding concepts while building this project. The implementation, testing, and final outputs were completed by me