whisper_diarization
A short description of the project.
Development
Jupyterlab container
There is jupyterlab container images to run the notebooks
Build
make jupyter-build
Run
with gpu capabilities:
make jupyter-run
or cpu only
make jupyter-run-cpu
Project Organization
.
├── build -> Docker building files & utils
│ ├── core
│ └── jupyter
├── notebooks -> Notebooks with experimentes and examples
│ └── ...
├── reports -> Reports generated by results from experiments
│ └── ...
├── resources -> general resources: models, datasets, cache, etc
│ ├── cache
│ ├── models
│ ├── datasets
│ └── ...
├── scripts -> utils
└── src -> main root of packages
└── whisper_diarization -> main package
Project based on the cookiecutter data science collective template. #cookiecutterdatasciencecollective