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

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.

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.