fake-news-detector

所属分类:人工智能/神经网络/深度学习
开发工具:HTML
文件大小:7661KB
下载次数:0
上传日期:2022-12-12 13:58:26
上 传 者sh-1993
说明:  假新闻检测器,在人工智能的帮助下标记和检测假新闻
(fake-news-detector, Flag and Detect Fake News with the help of AI)

文件列表:
.circleci (0, 2019-11-29)
.circleci\config.yml (9668, 2019-11-29)
.circleci\config.yml.erb (1392, 2019-11-29)
.circleci\generate.rb (521, 2019-11-29)
api (0, 2019-11-29)
api\.circleci (0, 2019-11-29)
api\.circleci\config.yml (1820, 2019-11-29)
api\.dockerignore (17, 2019-11-29)
api\.env.sample (385, 2019-11-29)
api\CONTRIBUTING.md (5107, 2019-11-29)
api\Cargo.lock (82457, 2019-11-29)
api\Cargo.toml (573, 2019-11-29)
api\Dockerfile (1065, 2019-11-29)
api\Rocket.toml (128, 2019-11-29)
api\admin (0, 2019-11-29)
api\admin\Data (0, 2019-11-29)
api\admin\Data\Category.elm (1405, 2019-11-29)
api\admin\Links.elm (12343, 2019-11-29)
api\admin\Login.elm (4674, 2019-11-29)
api\admin\Main.elm (2933, 2019-11-29)
api\admin\Stylesheet.elm (912, 2019-11-29)
api\dev (0, 2019-11-29)
api\dev\postman_collection.json (11353, 2019-11-29)
api\docker-compose.yml (504, 2019-11-29)
api\elm-package.json (812, 2019-11-29)
api\migrations (0, 2019-11-29)
api\migrations\00000000000000_diesel_initial_setup (0, 2019-11-29)
api\migrations\00000000000000_diesel_initial_setup\down.sql (114, 2019-11-29)
api\migrations\00000000000000_diesel_initial_setup\up.sql (1145, 2019-11-29)
api\migrations\2017-10-01-203443_create_categories (0, 2019-11-29)
api\migrations\2017-10-01-203443_create_categories\down.sql (22, 2019-11-29)
api\migrations\2017-10-01-203443_create_categories\up.sql (339, 2019-11-29)
api\migrations\2017-10-02-125941_create_links (0, 2019-11-29)
api\migrations\2017-10-02-125941_create_links\down.sql (17, 2019-11-29)
api\migrations\2017-10-02-125941_create_links\up.sql (383, 2019-11-29)
api\migrations\2017-10-02-130231_create_votes (0, 2019-11-29)
... ...

[![Build Status][ci-svg]][ci-url] [ci-svg]: https://circleci.com/gh/fake-news-detector/fake-news-detector.svg?style=shield [ci-url]: https://circleci.com/gh/fake-news-detector/fake-news-detector # The Fake News Detector The [Fake News Detector](https://fakenewsdetector.org/) is an extension for [Chrome](https://chrome.google.com/webstore/detail/fake-news-detector/alomdfnfpbaagehmdokilpbjcjhacabk) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/fakenews-detector/) that allows you to detect and flag news directly from your Facebook into **Legitimate**, **Fake News**, **Click Bait**, **Extremely Biased**, **Satire** or **Not news**. After flagging a newstory, other people that have the extension will be able to see your flagging, will pay more attention to it and may also flag it. The data is then saved on a database and read by our robot, [Robinho](https://github.com/fake-news-detector/fake-news-detector/tree/master/robinho). Robinho reads the information given by us humans and learn with time to automatically flag news as Fake News, Click Bait, etc, based on its text. By doing that, even fresh news that no one saw may be quickly flagged. # Contributing This is the main repo for the project, which is divided into smaller projects, you can read more about those and learn how to contribute to them: ### /robinho [ [README](robinho/README.md) ] This is where our machine learning models live, it also provides an endpoint for giving predictions. It uses Python. ### /api [ [README](api/README.md) | [CONTRIBUTING](api/CONTRIBUTING.md) ] The API saves flagged content to the database, retrieve them, authenticate users and so on, basically all backend work except predictions. It uses Rust. ### /extension [ [README](extension/README.md) | [CONTRIBUTING](extension/CONTRIBUTING.md) ] This is the WebExtension that users can install to flag and detect bad content on their twitter and facebook feeds. It uses Elm and JavaScript. ### /site [ [README](site/README.md) ] This is the main website, which also allows users to check and flag content without having to install the extension. It uses Elm. --- Also check out the [issues](https://github.com/fake-news-detector/fake-news-detector/issues) to find some things that you can do to help.

近期下载者

相关文件


收藏者