Skip to content

Final Project | Kelompok Wakey-Wakey | Hoax News Detection Using Machine Learning And Flask Freamwo

Notifications You must be signed in to change notification settings

Wakey-Wakey-Cuy/Hoax-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

Hoax News Detection

Hoax-News-Detection-Wakey-Wakey IMg 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

Built With

  • Python
  • Flask
  • Bootstrap
  • Javascript
  • JQuery

(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
    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
    git clone https://github.com/Muhthoriqas/Hoax-News-Detection.git
  2. Go to project
    cd Hoax-News-Detection
  3. install Virtualenv
    python -m venv venv
  4. Activate Virtualenv
    Activate the environment: source venv/Scripts/activate or venv/bin/activate
  5. Install all package & library
    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)