Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 430 Bytes

File metadata and controls

11 lines (8 loc) · 430 Bytes

SimpliEarn Sentiment Analysis

How to Run

Best practice is to work with Google Colab.

Open the file within Colab along with the transcript file and run!

Current Progress

  • using 'roberta-large' to determine sentiment (positive, neutral, negative)
  • currently parsing sentence by sentence, and merging sentences starting with 'Q: ' to the answer.
  • shows a cumulative sentiment score as a graph by sentence index by time