Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

㊙️ Hieroglyph Recognition via segmenting chinese keys with neural network recognition

Notifications You must be signed in to change notification settings

ElinaValieva/chinese-hieroglyph-recognition

Repository files navigation

㊙️ Hieroglyph Recognition

Service for Hieroglyph Recognition via chinese codes

enter image description here  

Technologies 🔨

  • Backend:
    • Spring Boot
    • Marvin Framework for image segmentation
    • H2 for results definition
  • Neural Network:
    • Keras with Tensorflow
    • Flask for RestFull  

Prerequisites ❗

  1. JDK 1.8 at least - for running app
  2. Maven 3+ - for building package  

Build and run with Docker ⭐

  1. Clone the repository

git clone https://github.com/ElinaValieva/hieroglyph-recognition.git

  1. In the location of docker-compose.yml execute the following

docker-compose up