Chris-Drury / IBLT

An Image-Based Language Translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBLT

An Image-Based Language Translator

or Incredible Bacon Lettuce Tomato

project for ENGI 7854: Image Processing and Applications

In progress by Matthew Pinsent and Chris Drury

Dependancies:

IBLT will requires the following modules to run correctly:

  1. Pillow - For image enhancement
  2. googletrans - For text translation
  3. pytesseract - For communicating with Google's tesseract OCR

To install these, use the pip command. As an example, to install Pillow:

python -m pip install Pillow
  1. Google's tesseract OCR is also needed and can be found for Windows devices here: https://github.com/UB-Mannheim/tesseract/wiki

About

An Image-Based Language Translator


Languages

Language:Python 100.0%