修改许可证信息
This commit is contained in:
parent
f93dc002ec
commit
d5a28dbabf
2 changed files with 19 additions and 1 deletions
|
|
@ -1,7 +1,14 @@
|
||||||
## trash-division
|
### trash-division
|
||||||
#一个基于卷积神经网络的垃圾分类识别系统
|
#一个基于卷积神经网络的垃圾分类识别系统
|
||||||
|
|
||||||
#同济大学python人工智能程序设计课程小组作业
|
#同济大学python人工智能程序设计课程小组作业
|
||||||
|
|
||||||
|
|
||||||
|
## 许可证
|
||||||
|
|
||||||
|
本项目主代码采用 [MIT 许可证](LICENSE)。
|
||||||
|
|
||||||
|
本项目包含的数据集 `tany0699/garbage265` 采用 [Apache License 2.0](THIRD_PARTY_LICENSES.md),详情请参阅 `THIRD_PARTY_LICENSES.md` 文件。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
11
THIRD_PARTY_LICENSES.md
Normal file
11
THIRD_PARTY_LICENSES.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# 第三方许可证
|
||||||
|
|
||||||
|
本项目(采用 [MIT 许可证](./LICENSE))包含来自以下第三方项目的代码/数据:
|
||||||
|
|
||||||
|
## 中文生活垃圾分类数据集
|
||||||
|
|
||||||
|
- **来源**:tany0699/garbage265 [仓库地址](https://www.modelscope.cn/datasets/tany0699/garbage265/)
|
||||||
|
- **版权**:Copyright (c) 2023 tany0699
|
||||||
|
- **许可证**:Apache License 2.0
|
||||||
|
|
||||||
|
以下是 Apache License 2.0 的完整副本:
|
||||||
Loading…
Reference in a new issue