-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathNOTICE
More file actions
281 lines (232 loc) · 7.29 KB
/
NOTICE
File metadata and controls
281 lines (232 loc) · 7.29 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
Kiji Privacy Proxy
Copyright 2026 Kiji Privacy Proxy Contributors
This product includes software developed by the Kiji Privacy Proxy Contributors and member of Dataiku's 575 Lab.
Third-Party Licenses
====================
This software uses the following third-party libraries:
PyTorch
-------
Copyright (c) 2016-present, Facebook, Inc., Meta Platforms, Inc. and individual contributors
Licensed under the BSD License
https://github.com/pytorch/pytorch
Transformers
------------
Copyright (c) 2018-2024 The HuggingFace Team
Licensed under the Apache License 2.0
https://github.com/huggingface/transformers
Pydantic
--------
Copyright (c) 2017 to present Pydantic Services Inc. and individual contributors
Licensed under the MIT License
https://github.com/pydantic/pydantic
FastAPI
-------
Copyright (c) 2018 Sebastián Ramírez
Licensed under the MIT License
https://github.com/tiangolo/fastapi
Uvicorn
-------
Copyright (c) 2013-2024 Tom Christie
Licensed under the BSD License
https://github.com/encode/uvicorn
NumPy
-----
Copyright (c) 2005-2024, NumPy Developers
Licensed under the BSD 3-Clause License
https://github.com/numpy/numpy
Datasets
--------
Copyright (c) 2021-2024 The HuggingFace Datasets Team
Licensed under the Apache License 2.0
https://github.com/huggingface/datasets
Requests
--------
Copyright (c) 2011-2024 Kenneth Reitz
Licensed under the Apache License 2.0
https://github.com/psf/requests
HTTPX
-----
Copyright (c) 2019-2024 Tom Christie
Licensed under the BSD License
https://github.com/encode/httpx
Absl-py
-------
Copyright (c) 2017 Abseil Python Contributors
Licensed under the Apache License 2.0
https://github.com/abseil/abseil-py
HuggingFace Hub
---------------
Copyright (c) 2021-2024 The HuggingFace Team
Licensed under the Apache License 2.0
https://github.com/huggingface/huggingface_hub
scikit-learn (optional dependency)
-----------------------------------
Copyright (c) 2007-2024 scikit-learn developers
Licensed under the BSD 3-Clause License
https://github.com/scikit-learn/scikit-learn
Optimum (optional dependency)
-----------------------------
Copyright (c) 2022-2024 The HuggingFace Team
Licensed under the Apache License 2.0
https://github.com/huggingface/optimum
ONNX Runtime (optional dependency)
----------------------------------
Copyright (c) 2019 Microsoft Corporation
Licensed under the MIT License
https://github.com/microsoft/onnxruntime
SafeTensors (optional dependency)
---------------------------------
Copyright (c) 2023 Hugging Face Inc.
Licensed under the Apache License 2.0
https://github.com/huggingface/safetensors
Weights & Biases (optional dependency)
--------------------------------------
Copyright (c) 2020-2024 Weights & Biases
Licensed under the MIT License
https://github.com/wandb/wandb
Go Dependencies
===============
tokenizers
----------
Copyright (c) Daulet Yalchiyev
Licensed under the Apache License 2.0
https://github.com/daulet/tokenizers
onnxruntime_go
---------------
Copyright (c) Yalue
Licensed under the MIT License
https://github.com/yalue/onnxruntime_go
sqlite (modernc.org/sqlite)
---------------------------
Copyright (c) 2022 The sqlite Authors
Licensed under the BSD 3-Clause License
https://gitlab.com/cznic/sqlite
godotenv
--------
Copyright (c) 2013 John Barton
Licensed under the MIT License
https://github.com/joho/godotenv
golang.org/x/time
------------------
Copyright (c) 2009 The Go Authors
Licensed under the BSD 3-Clause License
https://github.com/golang/time
sentry-go
---------
Copyright (c) 2019 Sentry and individual contributors
Licensed under the BSD 2-Clause License
https://github.com/getsentry/sentry-go
uuid (google/uuid)
-------------------
Copyright (c) 2009,2014 Google Inc. All rights reserved.
Licensed under the BSD 3-Clause License
https://github.com/google/uuid
golang.org/x/sys
-----------------
Copyright (c) 2009 The Go Authors
Licensed under the BSD 3-Clause License
https://github.com/golang/sys
golang.org/x/text
-------------------
Copyright (c) 2009 The Go Authors
Licensed under the BSD 3-Clause License
https://github.com/golang/text
Additional Go indirect dependencies (development/build tools)
--------------------------------------------------------------
This project includes additional indirect dependencies as listed in go.mod and go.mod
which are used for testing, error handling, and data processing. These include
packages from modernc.org for SQLite bindings and various standard library utilities.
JavaScript/NPM Dependencies (Frontend)
======================================
React
-----
Copyright (c) Meta Platforms, Inc. and affiliates
Licensed under the MIT License
https://github.com/facebook/react
React DOM
---------
Copyright (c) Meta Platforms, Inc. and affiliates
Licensed under the MIT License
https://github.com/facebook/react
TypeScript
----------
Copyright (c) Microsoft Corporation
Licensed under the Apache License 2.0
https://github.com/microsoft/TypeScript
Webpack
-------
Copyright (c) 2012-2024 Tobias Koppers
Licensed under the MIT License
https://github.com/webpack/webpack
Express
-------
Copyright (c) 2009-2024 TJ Holowaychuk
Licensed under the MIT License
https://github.com/expressjs/express
Electron
--------
Copyright (c) GitHub Inc.
Licensed under the MIT License
https://github.com/electron/electron
Tailwind CSS
------------
Copyright (c) 2021 Tailwind Labs Inc.
Licensed under the MIT License
https://github.com/tailwindlabs/tailwindcss
Lucide React
------------
Copyright (c) 2020-2024 Lucide Contributors
Licensed under the ISC License
https://github.com/lucide-icons/lucide
DOMPurify
---------
Copyright (c) 2018-2024 Cure53
Licensed under the MPL 2.0 License
https://github.com/cure53/DOMPurify
React Shepherd
--------------
Copyright (c) 2021-2024 React Shepherd Contributors
Licensed under the MIT License
https://github.com/shipshapecode/react-shepherd
Sentry (Electron)
-----------------
Copyright (c) 2019-2024 Sentry and individual contributors
Licensed under the BSD 2-Clause License
https://github.com/getsentry/sentry-javascript
http-proxy-middleware
---------------------
Copyright (c) 2015-2024 chimurai
Licensed under the MIT License
https://github.com/chimurai/http-proxy-middleware
PostCSS
-------
Copyright (c) 2013-2024 Andrey Sitnik
Licensed under the MIT License
https://github.com/postcss/postcss
ESLint
------
Copyright (c) 2013-2024 Nicholas C. Zakas and Contributors
Licensed under the MIT License
https://github.com/eslint/eslint
Babel
-----
Copyright (c) 2014-2024 The Babel Project
Licensed under the MIT License
https://github.com/babel/babel
Electron Builder
----------------
Copyright (c) 2016-2024 Alexey Gulov
Licensed under the MIT License
https://github.com/electron-userland/electron-builder
Webpack Dev Server
-------------------
Copyright (c) 2012-2024 Webpack Contributors
Licensed under the MIT License
https://github.com/webpack/webpack-dev-server
Additional npm indirect dependencies (development/build tools)
--------------------------------------------------------------
This project includes additional indirect dependencies used for development, testing,
and build optimization. These include loaders (babel-loader, css-loader, style-loader,
postcss-loader), plugins (html-webpack-plugin, mini-css-extract-plugin), type definitions,
linting plugins (eslint-plugin-react, eslint-plugin-react-hooks, @typescript-eslint),
and various build utilities. For a complete list, refer to package-lock.json.