Skip to content

iftlp/cli

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages