• Developed an application to detect whether a given news article is fake or real in Python with Machine Learning algorithms
• Implemented TfIDF Vectorizer and PassiveAggressive Classifier to train on model and deployed it on web by using HTML, CSS, and Flask
• Applied Web Scraping to extract text from an URL of a news article and classified it asreal or fake with the model