hybrid-vocal-classifier icon indicating copy to clipboard operation
hybrid-vocal-classifier copied to clipboard

add a command-line interface

Open NickleDave opened this issue 4 years ago • 1 comments

to be able to easily run config files

NickleDave avatar Mar 09 '21 15:03 NickleDave

think this is a good first step to being able to detangle the current code tangle that is the high-level functions

  • [ ] first just add cli subpackage that literally calls high-level functions with config
  • [ ] after that works, factor out weird ass logic that tries to make high-level functions accept either a config or args, so that the config logic is in the cli functions, that then call the high-level "core" functions with the appropriate args

NickleDave avatar Apr 11 '21 00:04 NickleDave