Image classification system that detects compound & non-compound images
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
We recommend using pip
to install the necessary Python modules.
Command for installing dependencies below are prefixed with pip install
:
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.
Run the web server:
python app.py
or
python3 app.py
The front end can be accessed here after successfully running the web-server.