An open API service indexing awesome lists of open source software.

https://github.com/code-yeongyu/east-detector-socket-wrapper

EAST detector socket wrapper: a wrapper for tensorflow east detecting python
https://github.com/code-yeongyu/east-detector-socket-wrapper

Last synced: about 2 months ago
JSON representation

EAST detector socket wrapper: a wrapper for tensorflow east detecting python

Awesome Lists containing this project

README

          

# EAST detector socket: a wrapper for tensorflow east detecting python

### Introduction

This is a socket wrapper of .
Download required files from above repository, and then place it at the root of this project.
Big thanks to [Insung Park](https://github.com/insung3511/) for giving me advices about openCV.

### Installation

```bash
pip install -r requirements.txt
```

to install required modules. and then,

```bash
python main.py
```

to start a socket server.
the return packet would be like:

```json
{
"return": ["results array here!"]
}
```

for more information, please check out the original project.