An open API service indexing awesome lists of open source software.

https://github.com/imharshag/fake-news-detection-using-ml

This project aims to tackle this problem by developing a system that can effectively detect fake news using machine learning techniques.
https://github.com/imharshag/fake-news-detection-using-ml

classification-algorithm confusion-matrix css decision-trees django html logistic-regression machine-learning randomforest regression-algorithms supervised-learning

Last synced: about 2 months ago
JSON representation

This project aims to tackle this problem by developing a system that can effectively detect fake news using machine learning techniques.

Awesome Lists containing this project

README

        

# Fake News Detection Using Machine Learning

### Overview

πŸ“°πŸš« Fake news is a significant issue in today's digital landscape. This project aims to tackle this problem by developing a system that can effectively detect fake news using machine learning techniques.

![Fake News Detection](https://harshag.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FFake_News_Detection_using_Machine_Learning.fbe6865a.png&w=1080&q=75)

### Key Features

- ***HTML/CSS Usage***: Utilized HTML/CSS for designing the user interface, ensuring an attractive and responsive layout. 🎨
- ***Machine Learning Algorithms***:
- Decision Tree: Implemented Decision Tree algorithm for classification of news articles. 🌳
- Random Forest: Utilized Random Forest for ensemble learning to improve the accuracy of fake news detection. 🌲
- Logistic Regression Analysis: Employed Logistic Regression for binary classification of news articles. πŸ“ˆ
- ***Text Analysis***:
- WordCloud: Generated WordClouds to visualize the most frequent words in both fake and real news articles. ☁️
- Word Count: Calculated word count in news articles for feature extraction and analysis. πŸ”’
- ***Evaluation Metrics***:
- Confusion Matrix: Utilized Confusion Matrix to evaluate the performance of the machine learning models in classifying fake and real news articles. πŸ“Š

### Document πŸ“„

Project results and related [documents](https://drive.google.com/file/d/1LQZDPBiEmd4aYmmc1j1u7ksAM-XfVGhB/view?usp=drive_link)

### Technologies Used

- HTML/CSS 🌐
- JavaScript βš™οΈ
- Python 🐍
- Django πŸ•ΈοΈ

### Contact Information

For inquiries or feedback, please contact **[Harsha G](mailto:[email protected])**

### Contributing

πŸ› οΈ Contributions are welcome! Feel free to open an issue or submit a pull request with any improvements or bug fixes.