sorenrood / OSAL

Ocular Sentiment Analysis Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ocular Sentiment Analysis Library


Languages

Language:Python 100.0%