Skip to content

turkeshp/FakeNewsDectectionApp

 
 

Repository files navigation

Fake News Detection App

Welcome to the Fake News Detection App! This is a web application built to detect fake news using a machine learning algorithm. It has been trained on a dataset and tested to achieve more than 99% accuracy.

Application Link

You can check out the Fake News Detection App by clicking here.

Usage

  1. Enter a news article in the provided text area.
  2. Click the "Detect" button to perform the prediction.
  3. The app will display whether the news article is predicted to be fake or not.

Please note that this application is developed as an attempt to showcase an end-to-end machine learning project. It is not intended for commercial use. Use the application at your own risk, and we are not responsible for any legal implications.

Installation

To run the Fake News Detection App locally, follow these steps:

  1. Clone this repository to your local machine.

  2. Install the required dependencies by running the following command: pip install -r requirements.txt

  3. Run the application using the following command: streamlit run FakenNewsApp.py

  4. The application will open in your web browser, and you can start using it.

Feel free to explore the code and make any modifications or improvements you desire.

Feedback and Contributions

I welcome any feedback or contributions to enhance the Fake News Detection App. If you have any suggestions, bug reports, or feature requests, please feel free to open an issue or submit a pull request.

I hope you find this application useful and insightful in detecting fake news!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.0%
  • Python 3.0%