Skip to content

saki-rinshan/RiichiMahjongCalculatorBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiichiMahjongCalculatorBackend

Complete backend for the Riichi Mahjong Calculator tile recognition system. The "Mahjong OCR" works by first splitting the base image into tiles using Darkflow's object detector (tiny-flow-voc3) and then classifies these images using google's mobilenet v1 model.

To setup and run this server, the file structure should be similar with a darkflow folder installed at the root directory as well.

Dependencies

darkflow and all of it's dependencies: Darkflow -> Python3, tensorflow 1.0, numpy, opencv 3

express, fs-extra, mkdrip, socket.io

To run the server locally node server/indexOld. The server listens for socket.io events for "Img" which will process the image as data input.

About

Backend for the mobile tile image recognizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published