Skip to content

Get scores of how 'persuasive' a Youtube video is using the power of NLP.

Notifications You must be signed in to change notification settings

jnash10/Emotional-manipulation-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotional Manipulation Index

Extended work of Dr. Kushal Shah to derive Emotional manipulation index from Youtube speech captions. Their work was limited to non-vocal written datasets. Made relevant modifications to algorithm for vocal data.

Referenced Work: https://aclanthology.org/W19-3409/ Get scores of how 'persuasive' a Youtube video is using the power of NLP.

Usage


## requirements navigate to inside th repository and run:
python -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
then in your python interpreter:

import stanza
stanza.download('en')

Driver code


python3 main.py

About

Get scores of how 'persuasive' a Youtube video is using the power of NLP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages