A Django project for fake news detection and monitoring over web.
Includes the following functionality:
- Stream & Check
- Monitor Web
- Dashboard
- Tracing Fake News
- Manual Check
git clone https://github.com/Shiv681991/Fake-News-Detection-Django.git
cd Fake-News-Detection-Django/todo_drf
conda env create -f environment_FakeNews.yml
Activate the virtual environment
Also,
pip install -r requirements_INTERFACE.txt
python manage runserver
In-case of any queries, please create an issue. Will try resolving ASAP.