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

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

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