Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img width=300px src="FakeLogo.PNG" alt="FakeNews-logo"></a>
</p>

<h3 align="center">ML based fake news detector.</h3>
<h3 align="center">Fake News Detector based on Machine Learning.</h3>

------------------------------------------

Expand All @@ -15,7 +15,7 @@


------------------------------------------
### Features
## Features

- `Headline based search` insert a headline to truthify.
- `News Link based search` insert a link to truthify.
Expand All @@ -25,23 +25,23 @@

------------------------------------------

### Add-Ons
## Add-Ons

- [ ] Using different Algorithms and technology to verify truth eg. Deep Learning,AI.
- [ ] Add More

------------------------------------------
### File Structure
## File Structure


#### Website
## Website

- `Scraping Files & Folders` : Contains scraped dataset and codes for scrapper of various news sites.
- `API` : Contains various APIs used to fetch data from social network and news sites.
- `WCE` : Contains Django project with ML codes integrated.

------------------------------------------
### Installation
## Installation

* Install dependencies
```sh
Expand Down