ddriscoll commited on
Commit
676cd59
·
verified ·
1 Parent(s): fa48628

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -7,8 +7,19 @@ sdk: gradio
7
  sdk_version: 5.12.0
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  short_description: Marine biology tool
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
7
  sdk_version: 5.12.0
8
  app_file: app.py
9
  pinned: false
10
+ license: gpl-3.0
11
  short_description: Marine biology tool
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ # Licensing Information
17
+
18
+ This project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**. However, it incorporates components that are licensed under different terms, as outlined below:
19
+
20
+ ## Third-Party Licenses
21
+ 1. **Ultralytics YOLO** - GPL-3.0
22
+ 2. **FathomNet MBARI Dataset and Models** - Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). Non-commercial use only.
23
+ 3. Other libraries, models, and tools are licensed under permissive licenses (Apache 2.0, MIT, BSD, etc.).
24
+
25
+ Please review the individual licenses of these components before using this project, especially for commercial applications.