Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.07 KB

Fake News Detection App

A simple webapp that takes in news body text and gives output of a reliable score that are generated through machine learning training.

Getting Started

So how to use this app:

Prerequisites

  1. Python 3 Which you can get it from here:
https://www.python.org/downloads/

Installing Dependencies

So since our webapp uses Python, some libraries we used are in the requirements.txt file. So basically just install all the packages dependencies by running

$pip install -r requirements.txt

:))

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details