You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
1 year ago | |
---|---|---|
datas | 1 year ago | |
src | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
requirements.txt | 1 year ago |
README.md
Built with
Fake News Detector
Getting started
Clone repo:
git clone https://codefirst.iut.uca.fr/git/PyPloteam/PlotaFakeNews.git
Install requirements using:
pip install -r requirements.txt
Training script
cd src/
python3 main.py
Launch web app
cd src/app/
python3 manage.py runserver
Dataset informations
title | news_url | source_domain | tweet_num | real |
---|---|---|---|---|
title of the article | URL of the article | web domain where article was posted | number of retweets for this article | 1 is real and 0 is fake |
(N.B. Italic columns are not used for learning models)
References
Authors
Acknowledgements
Thanks to our professor for his guidance and feedback throughout the development of this project.
- SAMIR Chafik