Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.17 KB

Hanzo

Hanzo is a Mandarin character recognition application built based on the EfficientDet model.


Installation

----------------------

You can either run Hanzo by executing the Python file after cloning the repository or by downloading the executable file (.exe) from the provided Google Drive link.

Option 1: Run Hanzo.exe from Google Drive

  1. Download the executable file from the following link:
    Google Drive - Hanzo.exe

  2. Double-click the .exe file to launch the application.

Option 2: Run from Source Code in Visual Studio Code

  1. Clone this repository:

    git clone https://github.com/RobertoDavin/Hanzo.git
    
  2. Install library dependencies:

    pip install -r requirements.txt
    
  3. Run the application:

    python hanzo.py

Manual Book

---------------------

For detailed instructions on how to use Hanzo, refer to the user manual available in this repository:
Hanzo Manual Book (PDF)