Datasets:
Update license to CC-BY-NC-4.0
Browse files- LICENSE.txt +13 -0
- README.md +8 -1
- dataset_metadata.json +3 -0
LICENSE.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Creative Commons Attribution-NonCommercial 4.0 International
|
2 |
+
|
3 |
+
You are free to:
|
4 |
+
|
5 |
+
- Share โ copy and redistribute the material in any medium or format
|
6 |
+
- Adapt โ remix, transform, and build upon the material
|
7 |
+
|
8 |
+
Under the following terms:
|
9 |
+
|
10 |
+
- Attribution โ You must give appropriate credit.
|
11 |
+
- NonCommercial โ You may not use the material for commercial purposes.
|
12 |
+
|
13 |
+
Full license text: https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
README.md
CHANGED
@@ -82,6 +82,13 @@ This returns image tensors with 4 channels and single-channel binary masks.
|
|
82 |
- ๐ ๏ธ [Data Wrangling Scripts](https://github.com/FederCO23/UCSD_MLBootcamp_Capstone/tree/main/5-Data_Wrangling)
|
83 |
- ๐ [Project Repository](https://github.com/FederCO23/UCSD_MLBootcamp_Capstone)
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
---
|
86 |
|
87 |
## ๐ Citation
|
@@ -103,4 +110,4 @@ This returns image tensors with 4 channels and single-channel binary masks.
|
|
103 |
|
104 |
- **Creator**: Federico Bessi
|
105 |
- **Email**: [email protected]
|
106 |
-
- **LinkedIn**: [linkedin.com/in/federico-bessi](https://www.linkedin.com/in/federico-bessi)
|
|
|
82 |
- ๐ ๏ธ [Data Wrangling Scripts](https://github.com/FederCO23/UCSD_MLBootcamp_Capstone/tree/main/5-Data_Wrangling)
|
83 |
- ๐ [Project Repository](https://github.com/FederCO23/UCSD_MLBootcamp_Capstone)
|
84 |
|
85 |
+
---
|
86 |
+
|
87 |
+
## License
|
88 |
+
|
89 |
+
This dataset is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/).
|
90 |
+
|
91 |
+
|
92 |
---
|
93 |
|
94 |
## ๐ Citation
|
|
|
110 |
|
111 |
- **Creator**: Federico Bessi
|
112 |
- **Email**: [email protected]
|
113 |
+
- **LinkedIn**: [linkedin.com/in/federico-bessi](https://www.linkedin.com/in/federico-bessi)
|
dataset_metadata.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"license": "cc-by-nc-4.0"
|
3 |
+
}
|