You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a machine learning project that determines fake news through the url of the news.
3
+
4
+
# Project Structre
5
+
This project has four major parts :
6
+
7
+
* fake_news_detection.py - This contains code fot our Machine Learning model to classify the model
8
+
* app.py - This contains Flask APIs that receives news url through GUI or API calls, extracts the article from the url, feeds it to the model and returns the prediction.
9
+
* templates - This folder contains the HTML template to allow user to enter url and displays whether the news is fake or real.
10
+
* static - This folder contains the CSS file.
11
+
12
+
# Running the project on local machine
13
+
14
+
Ensure that you are in the project home directory.
0 commit comments