Skip to content

sorenrood/OSAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocular Sentiment Analysis Library (OSAL)

Description

Computes the general sentiment from images of text. (newspapers, book pages, etc)

Data and Analysis

Setup

General Program Flow

  1. Run program by calling python main.py data/path_to_input_image.jpg
  2. Tesseract-OCR Convert Image to Text (10-15 seconds on my machine)
  3. Clean Response (< 1 second)
  4. Azure Text Sentiment Analysis (< 3 seconds)
  5. Repeat

Labeled Graph

data