fake-news-detector-front

所属分类:聚类算法
开发工具:JavaScript
文件大小:2377KB
下载次数:0
上传日期:2023-02-23 21:18:42
上 传 者sh-1993
说明:  字符串相似性算法在虚假新闻检测中的应用
(An application to detect Fake News using string similarity algorithms)

文件列表:
LICENSE (1068, 2023-02-24)
images (0, 2023-02-24)
images\algorithm.gif (1887825, 2023-02-24)
images\csv.gif (121783, 2023-02-24)
images\front.png (37986, 2023-02-24)
images\slider.gif (363817, 2023-02-24)
jsconfig.json (97, 2023-02-24)
next.config.js (118, 2023-02-24)
package-lock.json (77433, 2023-02-24)
package.json (506, 2023-02-24)
postcss.config.js (82, 2023-02-24)
public (0, 2023-02-24)
public\favicon.ico (25931, 2023-02-24)
public\next.svg (1375, 2023-02-24)
public\thirteen.svg (1138, 2023-02-24)
public\vercel.svg (629, 2023-02-24)
src (0, 2023-02-24)
src\components (0, 2023-02-24)
src\components\NavBar.jsx (2588, 2023-02-24)
src\components\Results.jsx (1803, 2023-02-24)
src\components\SendButton.jsx (2032, 2023-02-24)
src\components\Slider.jsx (1686, 2023-02-24)
src\components\Table.jsx (4699, 2023-02-24)
src\components\TextInput.jsx (1527, 2023-02-24)
src\contexts (0, 2023-02-24)
src\contexts\NewsContext.jsx (984, 2023-02-24)
src\pages (0, 2023-02-24)
src\pages\_app.js (127, 2023-02-24)
src\pages\_document.js (231, 2023-02-24)
src\pages\api (0, 2023-02-24)
src\pages\api\hello.js (170, 2023-02-24)
src\pages\data.js (13360, 2023-02-24)
src\pages\index.jsx (1206, 2023-02-24)
src\styles (0, 2023-02-24)
src\styles\Home.module.css (4784, 2023-02-24)
src\styles\globals.css (1168, 2023-02-24)
tailwind.config.js (342, 2023-02-24)
... ...

[![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]

Fake News Detector

An application to detect Fake News.
See Backend · Report Bug · Request Feature

# About The Project ![](https://github.com/taleshrocha/fake-news-detector-front/blob/master/./images/front.png) This application aims to detect if a news on the web is false or not.

(back to top)

### Built With - [![javascript-badge]][javascript-url] - [![tailwindcss-badge]][tailwindcss-url] - [![react-badge]][react-url] - [![next-badge]][next-url]

(back to top)

## Getting Started To get a local copy up and running follow these simple example steps. ### Installation 1. Clone the repo ```sh git clone https://github.com/taleshrocha/fake-news-detector-front.git ``` 2. Install npm packages ```sh npm install ```

(back to top)

# Usage ## Up and Running Run the application in localhost with ```sh npm run dev ``` # Application ## Trust threshold You can set a desirable trust threshold for your news analysis using a slider. ![](https://github.com/taleshrocha/fake-news-detector-front/blob/master/./images/slider.gif) ## String similarity algorithm You have the freedom to choose between three string similarity algorithms. Jaro Winkler; Levenshtein or Cosine. ![](https://github.com/taleshrocha/fake-news-detector-front/blob/master/./images/algorithm.gif) ## Add CSV It is possible to add a CSV file to populate the Fake News database. ![](https://github.com/taleshrocha/fake-news-detector-front/blob/master/./images/csv.gif)

(back to top)

## License Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Acknowledgments
Tales Rocha's profile photo
Tales Rocha
Done with ¤ by Tales Rocha ‘ Contact me!

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/taleshrocha/move-it.svg?style=for-the-badge [contributors-url]: https://github.com/taleshrocha/move-it/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/taleshrocha/move-it.svg?style=for-the-badge [forks-url]: https://github.com/taleshrocha/move-it/network/members [stars-shield]: https://img.shields.io/github/stars/taleshrocha/move-it.svg?style=for-the-badge [stars-url]: https://github.com/taleshrocha/move-it/stargazers [issues-shield]: https://img.shields.io/github/issues/taleshrocha/move-it.svg?style=for-the-badge [issues-url]: https://github.com/taleshrocha/move-it/issues [license-shield]: https://img.shields.io/github/license/taleshrocha/move-it.svg?style=for-the-badge [license-url]: https://github.com/taleshrocha/move-it/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/linkedin_username [next-badge]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logocolor=white [next-url]: https://nextjs.org/ [vite-badge]: https://img.shields.io/badge/vite-20232a?style=for-the-badge&logo=vite [vite-url]: https://vitejs.dev/ [react-badge]: https://img.shields.io/badge/react-20232a?style=for-the-badge&logo=react&logocolor=61dafb [react-url]: https://reactjs.org/ [tailwindcss-badge]: https://img.shields.io/badge/tailwind%20css-20232A?style=for-the-badge&logo=tailwindcss [tailwindcss-url]: https://tailwindcss.com/ [sanity-badge]: https://img.shields.io/badge/sanity-20232A?style=for-the-badge&logo=sanity [sanity-url]: https://www.sanity.io/ [typescript-badge]: https://img.shields.io/badge/typescript-20232A?style=for-the-badge&logo=typescript [typescript-url]: https://www.typescriptlang.org/ [javascript-badge]: https://img.shields.io/badge/javascript-20232A?style=for-the-badge&logo=javascript [javascript-url]: https://www.javascript.com/ [firebase-badge]: https://img.shields.io/badge/firebase-20232A?style=for-the-badge&logo=firebase [firebase-url]: https://firebase.google.com/

近期下载者

相关文件


收藏者