-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
71 lines (49 loc) · 2.27 KB
/
NOTICE
File metadata and controls
71 lines (49 loc) · 2.27 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
Smart Crowd Counter
Copyright 2026 Kamesh Sampath
<https://github.com/kameshsampath/smart-crowd-counter>
================================================================================
ATTRIBUTION REQUIREMENTS
================================================================================
This software is licensed under the Apache License, Version 2.0.
If you use, modify, or redistribute this software, you MUST:
1. Include this NOTICE file in any distribution
2. Retain all copyright notices in source files
3. Clearly attribute the original work to Kamesh Sampath
4. If presenting demos or talks using this software, credit the original author
Suggested attribution formats:
For README/documentation:
"Based on Smart Crowd Counter by Kamesh Sampath"
"Originally developed by Kamesh Sampath (<https://github.com/kameshsampath>)"
For presentations/demos:
"Smart Crowd Counter - Created by Kamesh Sampath"
For academic citations, see CITATION.cff or use:
Kamesh Sampath, Smart Crowd Counter [Computer software].
<https://github.com/kameshsampath/smart-crowd-counter>
================================================================================
LICENSE
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================================================
THIRD-PARTY COMPONENTS
================================================================================
This project uses the following third-party components:
Streamlit
- License: Apache License 2.0
- <https://streamlit.io>
Snowflake Snowpark Python
- License: Apache License 2.0
- <https://www.snowflake.com>
Altair
- License: BSD 3-Clause
- <https://altair-viz.github.io>
Pandas
- License: BSD 3-Clause
- <https://pandas.pydata.org>