CLI app to test different components of the Shizima app
Prerequisites:
- go 1.21+
after you installed a version of go
- Clone the repo
git clone https://gitlab.isima.fr/shizima/clients/cli.git- Run the following
go mod tidy
go mod download - 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
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.