# Third-Party Licenses

This file contains a list of third-party libraries used in this project, and their licenses.

## 📦 Build

| Package Name                                                                 | License            |
| ---------------------------------------------------------------------------- | ------------------ |
| [esbuild](https://github.com/evanw/esbuild)                                  | MIT                |
| [eslint](https://github.com/eslint/eslint)                                   | MIT                |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | MIT                |
| [git-precommit-checks](https://github.com/mbrehin/git-precommit-checks)      | MIT                |
| [jest](https://github.com/jestjs/jest)                                       | MIT                |
| [rimraf](https://github.com/isaacs/rimraf)                                   | ISC                |
| [prettier](https://github.com/prettier/prettier)                             | MIT                |
| [tsx](https://github.com/privatenumber/tsx)                                  | MIT                |
| [ts-node](https://github.com/TypeStrong/ts-node)                             | MIT                |
| [ts-jest](https://github.com/kulshekhar/ts-jest)                             | MIT                |
| [lerna](https://github.com/lerna/lerna)                                      | MIT                |
| [nx](https://github.com/nrwl/nx)                                             | MIT                |
| [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock)  | MIT                |
| [commitlint](https://github.com/conventional-changelog/commitlint)           | MIT                |
| [husky](https://github.com/typicode/husky)                                   | MIT                |
| [lint-staged](https://github.com/lint-staged/lint-staged)                    | MIT                |
| [shx](https://github.com/shelljs/shx)                                        | MIT                |
| [cspell](https://github.com/streetsidesoftware/cspell)                       | MIT                |
| [typescript](https://github.com/microsoft/TypeScript)                        | Apache License 2.0 |

## 📦 Core

| Package Name                                                                                         | License            |
| ---------------------------------------------------------------------------------------------------- | ------------------ |
| [AWS CDK](https://github.com/aws/aws-cdk)                                                            | Apache License 2.0 |
| [AWS Lambda Powertools (TypeScript)](https://github.com/aws-powertools/powertools-lambda-typescript) | MIT-0              |
| [AWS Lambda Powertools (Python)](https://github.com/aws-powertools/powertools-lambda-python)         | MIT-0              |
| [zod](https://github.com/colinhacks/zod)                                                             | MIT                |
| [zod-error](https://github.com/andrewvo89/zod-error)                                                 | MIT                |

## 📦 ML Models

| Package Name                                                          | License      |
| --------------------------------------------------------------------- | ------------ |
| [OpenAI CLIP](https://github.com/openai/CLIP)                         | MIT          |
| [Suno Bark](https://github.com/suno-ai/bark)                          | MIT          |
| [faster-whisper](https://github.com/SYSTRAN/faster-whisper)           | MIT          |
| [OpenAI Whisper](https://github.com/openai/whisper)                   | MIT          |
| [BLIP2](https://github.com/salesforce/LAVIS/tree/main/projects/blip2) | BSD 3-Clause |
| [panns_inference](https://github.com/qiuqiangkong/panns_inference)    | MIT          |

## 📦 Middlewares

| Package Name                                                                             | License                                            |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [NLTK](https://github.com/nltk/nltk)                                                     | Apache License 2.0                                 |
| [Lodash](https://github.com/lodash/lodash)                                               | MIT                                                |
| [chalk](https://github.com/chalk/chalk)                                                  | MIT                                                |
| [music-metadata](https://github.com/Borewit/music-metadata)                              | MIT                                                |
| [boto3](https://github.com/boto/boto3)                                                   | Apache License 2.0                                 |
| [aws-xray-sdk-core](https://github.com/aws/aws-xray-sdk-node)                            | Apache License 2.0                                 |
| [pydantic](https://github.com/pydantic/pydantic)                                         | MIT                                                |
| [ctranslate2](https://github.com/OpenNMT/CTranslate2)                                    | MIT                                                |
| [tiktoken](https://github.com/openai/tiktoken)                                           | MIT                                                |
| [numba](https://github.com/numba/numba)                                                  | BSD 2-Clause                                       |
| [tar-stream](https://github.com/mafintosh/tar-stream)                                    | MIT                                                |
| [gunzip-maybe](https://github.com/mafintosh/gunzip-maybe)                                | MIT                                                |
| [file-type](https://github.com/sindresorhus/file-type)                                   | MIT                                                |
| [python-ftfy](https://github.com/rspeer/python-ftfy)                                     | Apache License 2.0                                 |
| [regex](https://github.com/mrabarnett/mrab-regex)                                        | Apache License 2.0                                 |
| [torchvision](https://github.com/pytorch/vision)                                         | BSD 3-Clause                                       |
| [torchaudio](https://github.com/pytorch/audio)                                           | BSD 2-Clause                                       |
| [transformers](https://github.com/huggingface/transformers)                              | Apache License 2.0                                 |
| [sharp](https://github.com/lovell/sharp)                                                 | Apache License 2.0                                 |
| [fast-average-color-node](https://github.com/fast-average-color/fast-average-color-node) | MIT                                                |
| [exifr](https://github.com/MikeKovarik/exifr)                                            | MIT                                                |
| [numpy](https://github.com/numpy/numpy)                                                  | BSD License                                        |
| [opencv-python](https://github.com/opencv/opencv-python)                                 | MIT                                                |
| [opencv](https://github.com/opencv/opencv)                                               | Apache License 2.0                                 |
| [newspaper3k](https://github.com/codelucas/newspaper)                                    | MIT                                                |
| [PyTorch](https://github.com/pytorch/pytorch)                                            | BSD-3 License                                      |
| [sentence-transformers](https://www.sbert.net/)                                          | Apache License 2.0                                 |
| [langchainjs](https://github.com/langchain-ai/langchainjs)                               | MIT                                                |
| [spacy](https://github.com/explosion/spaCy)                                              | MIT                                                |
| [truncate-utf8-bytes](https://github.com/parshap/truncate-utf8-bytes)                    | MIT                                                |
| [pymediainfo](https://github.com/sbraz/pymediainfo)                                      | MIT                                                |
| [unzipper](https://github.com/ZJONSSON/node-unzipper)                                    | MIT                                                |
| [tqdm](https://github.com/tqdm/tqdm)                                                     | MPL2 + MIT                                         |
| [pypandoc](https://pypi.org/project/pypandoc/)                                           | MIT                                                |
| [Pillow](https://pypi.org/project/pillow/)                                               | Historical Permission Notice and Disclaimer (HPND) |
| [pandoc](https://github.com/jgm/pandoc)                                                  | GPLv2\*                                            |
| [funcy](https://github.com/Suor/funcy)                                                   | BSD 3-Clause                                       |
| [encodec](https://github.com/facebookresearch/encodec)                                   | MIT                                                |
| [pydub](https://github.com/jiaaro/pydub/)                                                | MIT                                                |
| [@pinecone-database/pinecone](https://github.com/pinecone-io/pinecone-ts-client)         | Apache License 2.0                                 |
| [bert-extractive-summarizer](https://github.com/dmmiller612/bert-extractive-summarizer)  | MIT                                                |
| [nlpretext](https://github.com/artefactory/NLPretext)                                    | Apache License 2.0                                 |
| [keybert](https://github.com/MaartenGr/keyBERT)                                          | MIT                                                |
| [sentencepiece](https://github.com/google/sentencepiece)                                 | Apache License 2.0                                 |
| [commander](https://github.com/tj/commander.js?)                                         | MIT                                                |
| [ora](https://github.com/sindresorhus/ora)                                               | MIT                                                |
| [prompts](https://github.com/terkelg/prompts)                                            | MIT                                                |
| [figlet](https://github.com/patorjk/figlet.js)                                           | MIT                                                |
| [mailparser](https://github.com/nodemailer/mailparser)                                   | MIT                                                |
| [feedparser](https://github.com/kurtmckee/feedparser)                                    | BSD 2-Clause                                       |
| [streamz](https://github.com/ZJONSSON/streamz)                                           | BSD 3-Clause                                       |
| [wink-nlp](https://github.com/winkjs/wink-nlp)                                           | MIT                                                |
| [@qdrant/js-client-rest](https://github.com/qdrant/qdrant-js)                            | Apache License 2.0                                 |

*\*Pandoc is made available by the official [`pandoc/latex`](https://hub.docker.com/r/pandoc/latex) Docker image. This project does not redistribute the Pandoc binaries or source code.*

## 📦 Documentation

| Package Name                                        | License |
| --------------------------------------------------- | ------- |
| [astro](https://github.com/withastro/astro)         | MIT     |
| [starlight](https://github.com/withastro/starlight) | MIT     |
