Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ datasets:
|
|
9 |
|
10 |
# Fake News Classification
|
11 |
|
12 |
-
This is a
|
13 |
|
14 |
### Gradio
|
15 |
|
16 |
-
This model supports a [Gradio](https://github.com/gradio-app/gradio) Web UI to run the
|
17 |
[](https://huggingface.co/spaces/Kaludi/BDA594-fake-news-classification_App)
|
18 |
|
19 |
|
|
|
9 |
|
10 |
# Fake News Classification
|
11 |
|
12 |
+
This is a Fake News Classifier model that has been trained by [Kaludi](https://huggingface.co/Kaludi) to determine the authenticity of news articles. It classifies articles into two categories: **Real** and **Fake**. By analyzing the content and context of a given article, this model can accurately determine whether the news is genuine or fabricated.
|
13 |
|
14 |
### Gradio
|
15 |
|
16 |
+
This model supports a [Gradio](https://github.com/gradio-app/gradio) Web UI to run the BDA594-fake-news-classification model:
|
17 |
[](https://huggingface.co/spaces/Kaludi/BDA594-fake-news-classification_App)
|
18 |
|
19 |
|