Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 902 Bytes

File metadata and controls

52 lines (33 loc) · 902 Bytes

CLI

CLI app to test different components of the Shizima app

Prerequisites:

  • go 1.21+

How to use

Installation

after you installed a version of go

  1. Clone the repo
git clone https://gitlab.isima.fr/shizima/clients/cli.git
  1. Run the following
go mod tidy
go mod download 
  1. Set config

You can change the app config depending on your terminal theme.
Open the already existing shizima.config file or create it on the project's root folder.

It should looks like so :

{
    "theme": "light"
}

The possible values or dark or light

Run it

After your set up is finished you can start the app directly from root folder

go run .

You will then have to choose the .wav file you want to try to recognize.
Further explanation on how to use the app are directly displayed inside the app.