/NLP_PowerPoint_Parser

Parses key topics from PowerPoint slides

Primary LanguagePython

NLP Key Topic PPT Parser

  • Parses key topics from PowerPoint slides using spaCY and ppt-x library.
  • Creates an entity ruler based on values in an excel column (or a list of key phrases)
  • Check for usage of key phrases across PowerPoint slides, and flags the slides

Dependencies:

  • Pandas (to read excel file)
  • spaCy
  • ppt-x