项目作者: johngohrw

项目描述 :
Image classification system that detects compound & non-compound images
高级语言: Python
项目地址: git://github.com/johngohrw/fyp-acid.git
创建时间: 2018-11-18T07:56:37Z
项目社区:https://github.com/johngohrw/fyp-acid

开源协议:

下载


fyp-acid: Automatic Compound Image Detection

Part of a submission for my computer science final-year project in Monash University.

Live Prototype Website (requires web-server running on background)

Git repository for front-end component

Dependencies

We recommend using pip to install the necessary Python modules.
Command for installing dependencies below are prefixed with pip install:

  • Flask
  • imutils
  • matplotlib
  • opencv-python
  • Pillow
  • pytesseract
  • scikit-learn
  • scikit-image

The Optical Character Recognition (OCR) module of our project depends on the
Tesseract OCR engine v4.0 with LSTM.
See their Github wiki
for installation instructions.

Starting the web app

Run the web server:

  1. python app.py

or

  1. python3 app.py

The front end can be accessed here after successfully running the web-server.