https://github.com/siddhesh-agarwal/fake-news-detection-using-nlp
https://github.com/siddhesh-agarwal/fake-news-detection-using-nlp
cybersecurity fake-news-detection natural-language-processing nlp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/fake-news-detection-using-nlp
- Owner: Siddhesh-Agarwal
- Created: 2022-11-13T02:10:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T13:45:43.000Z (about 2 years ago)
- Last Synced: 2025-01-14T05:15:46.216Z (9 months ago)
- Topics: cybersecurity, fake-news-detection, natural-language-processing, nlp
- Language: HTML
- Homepage:
- Size: 47.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fake-news-detection-using-nlp
## ⚙️ Setup and Execution
1. Clone the repo:
```sh
git clone https://github.com/Siddhesh-Agarwal/fake-news-detection-using-nlp.git
```2. Change Directory:
```sh
cd fake-news-detection-using-nlp
```3. Create a Virtual Environment:
```sh
python -m venv env
```4. Install poetry:
```sh
pip install poetry
```5. Install Dependencies:
```sh
poetry install
```6. Run the application:
```sh
python ./wsgi.py
```