-
Notifications
You must be signed in to change notification settings - Fork 22
/
THIRD-PARTY-LICENSES
115 lines (103 loc) · 12.1 KB
/
THIRD-PARTY-LICENSES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# 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 |