https://github.com/alphan26/propagandadetection
This project implements few approaches to identify whether the sentence includes propaganda or not.
https://github.com/alphan26/propagandadetection
Last synced: 22 days ago
JSON representation
This project implements few approaches to identify whether the sentence includes propaganda or not.
- Host: GitHub
- URL: https://github.com/alphan26/propagandadetection
- Owner: Alphan26
- Created: 2024-09-07T17:36:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:51:32.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T22:33:45.158Z (9 months ago)
- Language: Jupyter Notebook
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PropagandaDetection
This project implements Naive Bayes and BERT to identify whether the sentence includes propaganda or not. Pytorch is used for this project and Naive Bayes and Bert Classifiers are implemented to solve the problem.