Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhthoriqas/hoax-news-detection
Hoax News Detection Using Machine Learning And Flask Freamwork
https://github.com/muhthoriqas/hoax-news-detection
fake-detection fake-news fake-news-detection flask hoax-detection hoax-detection-website hoax-news-detection
Last synced: about 5 hours ago
JSON representation
Hoax News Detection Using Machine Learning And Flask Freamwork
- Host: GitHub
- URL: https://github.com/muhthoriqas/hoax-news-detection
- Owner: Muhthoriqas
- Created: 2022-11-25T18:26:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T16:16:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-21T22:28:24.189Z (7 months ago)
- Topics: fake-detection, fake-news, fake-news-detection, flask, hoax-detection, hoax-detection-website, hoax-news-detection
- Language: Jupyter Notebook
- Homepage:
- Size: 202 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
## Hoax News Detection
![Hoax-News-Detection-Wakey-Wakey IMg](https://user-images.githubusercontent.com/72277295/205958438-c6dcbfaf-0819-4f98-bfaa-d75a03b7edd4.png)
The project we created is a hoax news detection website, by simply entering the url of the news website you want to know the truth of### Demo Video : https://www.youtube.com/watch?v=nGhyEOjiCok
### Built With
* ![Python](https://img.shields.io/badge/Python-306998?style=for-the-badge&logo=Flask)
* ![Flask](https://img.shields.io/badge/Flask-gray?style=for-the-badge&logo=Flask)
* ![Bootstrap](https://img.shields.io/badge/Bootstrap-purple?style=for-the-badge&logo=Flask)
* ![Javascript](https://img.shields.io/badge/Javascript-FFE873?style=for-the-badge&logo=Flask)
* ![JQuery](https://img.shields.io/badge/JQuery-blue?style=for-the-badge&logo=Flask)## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* pip
```sh
python get-pip.py
```### Installation
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
1. Clone the repo
```sh
git clone https://github.com/Muhthoriqas/Hoax-News-Detection.git
```
2. Go to project
```sh
cd Hoax-News-Detection
```
3. install Virtualenv
```sh
python -m venv venv
```
4. Activate Virtualenv
```sh
Activate the environment: source venv/Scripts/activate or venv/bin/activate
```
5. Install all package & library
```sh
pip install -r requirements.txt
```
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b main `)
3. Commit your Changes (`git commit -m 'Add some feature'`)
4. Push to the Branch (`git push origin main`)
5. Open a Pull Request