Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 498 Bytes

Prerequisite

  • Python 3.7.5
  • Tensorflow 2.2.0
  • Tkinter 8.6

Build Setup

Run The System

$ python3 src/run_this.py

Text Interface Eable / Diable (in run_this.py)

TEXT_RENDER = True / False

Graphic Interface Eable / Diable (in run_this.py)

SCREEN_RENDER = True / False

Reference

Github - davidtw0320