Table of Contents
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
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.
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
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.
- Clone the repo
git clone https://github.com/Muhthoriqas/Hoax-News-Detection.git
- Go to project
cd Hoax-News-Detection
- install Virtualenv
python -m venv venv
- Activate Virtualenv
Activate the environment: source venv/Scripts/activate or venv/bin/activate
- Install all package & library
pip install -r requirements.txt
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b main
) - Commit your Changes (
git commit -m 'Add some feature'
) - Push to the Branch (
git push origin main
) - Open a Pull Request