8 Star 54 Fork 26

RT-Thread-Mirror/nnom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["scripts", "src", "inc", "port"]
[tool.hatch.build.targets.wheel.sources]
"scripts" = "nnom"
"src" = "nnom_core/src"
"inc" = "nnom_core/inc"
"port" = "nnom_core/port"
[project]
name = "nnom"
readme = "README.md"
requires-python = ">= 3.8"
keywords = ["machine learning", "deep learning", "microcontroller", "embedded"]
version = "0.5.0a1"
dependencies = [
"keras<3.0.0",
"scikit-learn<2.0.0",
]
classifiers = [
"License :: OSI Approved :: MIT License",
]
[project.urls]
Homepage = "https://github.com/majianjia/nnom"
Documentation = "https://majianjia.github.io/nnom/"
Repository = "https://github.com/majianjia/nnom"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/RT-Thread-Mirror/nnom.git
[email protected]:RT-Thread-Mirror/nnom.git
RT-Thread-Mirror
nnom
nnom
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385