-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
104 lines (76 loc) · 3.72 KB
/
LICENSE
File metadata and controls
104 lines (76 loc) · 3.72 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
MIT License
Copyright (c) 2025 Kushagra Bhardwaj
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
## Third-Party Components and Attributions
This project integrates and uses several third-party AI models and libraries, each with their own licenses:
### AI Models
1. **YOLOv8 (Ultralytics)**
- License: AGPL-3.0
- Repository: https://github.com/ultralytics/ultralytics
- Used for: Object detection in interior spaces
- Copyright: Ultralytics
2. **MobileSAM (Mobile Segment Anything Model)**
- License: Apache-2.0
- Repository: https://github.com/ChaoningZhang/MobileSAM
- Paper: https://arxiv.org/abs/2306.14289
- Used for: Image segmentation
- Copyright: Chaoning Zhang et al.
3. **Stable Diffusion XL**
- License: OpenRAIL++-M License
- Repository: https://github.com/Stability-AI/generative-models
- Used for: AI image generation
- Copyright: Stability AI
### Python Libraries
- **FastAPI**: MIT License
- **PyTorch**: BSD-3-Clause License
- **Transformers (Hugging Face)**: Apache-2.0 License
- **OpenCV**: Apache-2.0 License
- **Pillow**: HPND License
- **NumPy**: BSD-3-Clause License
- **Requests**: Apache-2.0 License
### Frontend Libraries
- **React**: MIT License
- **Vite**: MIT License
- **Tailwind CSS**: MIT License
- **Axios**: MIT License
### Database
- **MongoDB**: Server Side Public License (SSPL)
---
## Important Notes
1. **Commercial Use**: While this project is MIT licensed, please note that:
- YOLOv8 uses AGPL-3.0, which requires derivative works to also be open source
- Stable Diffusion XL has usage restrictions (see OpenRAIL++-M license)
- For commercial use, consider obtaining appropriate licenses from respective owners
2. **Model Weights**: The pre-trained model weights are subject to their respective licenses and terms of use.
3. **Attribution**: When using this software, please acknowledge:
- This project (Artistry by Kushagra Bhardwaj)
- YOLOv8 by Ultralytics
- MobileSAM by Chaoning Zhang et al.
- Stable Diffusion XL by Stability AI
4. **Responsibility**: Users are responsible for ensuring compliance with all applicable licenses when deploying or distributing this software.
---
## Full License Texts
For complete license texts of third-party components, please refer to:
- YOLOv8: https://github.com/ultralytics/ultralytics/blob/main/LICENSE
- MobileSAM: https://github.com/ChaoningZhang/MobileSAM/blob/master/LICENSE
- Stable Diffusion XL: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md
- PyTorch: https://github.com/pytorch/pytorch/blob/main/LICENSE
- FastAPI: https://github.com/tiangolo/fastapi/blob/master/LICENSE
- React: https://github.com/facebook/react/blob/main/LICENSE
---
**Questions about licensing?** Please open an issue or contact the maintainer.