Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Contributing

## 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)

(back to top)

## 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
```

(back to top)

## 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

(back to top)