gitextract_kxx1s_px/ ├── .babelrc ├── .gitignore ├── LICENSE ├── README.md ├── examples/ │ └── node/ │ ├── .babelrc │ ├── package.json │ └── src/ │ ├── embeddings.js │ ├── extractor.js │ ├── labels.js │ └── pipelines.js ├── package.json └── src/ ├── api.js ├── embeddings.js ├── extractor.js ├── index.js ├── labels.js ├── segmentation.js ├── similarity.js ├── summary.js ├── textractor.js ├── transcription.js ├── translation.js └── workflow.js