Skip to content

nzm2022/CSVosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVosk

graph LR;
    A[Start] --> B{Is it sunny?};
    B -->|Yes| C[Go to the park];
    B -->|No| D[Stay home];
    C --> E[Play football];
    D --> F[Read a book];
    E --> G[Go home];
    F --> G;
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages