Skip to content

Hanzo is an application that is used to recognize Mandarin characters, it's foundation is based on the EfficientDet model.

Notifications You must be signed in to change notification settings

RobertoDavin/Hanzo

Repository files navigation

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)


About

Hanzo is an application that is used to recognize Mandarin characters, it's foundation is based on the EfficientDet model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published