Metadata-Version: 2.1
Name: kevin-dl
Version: 0.1.1
Summary: 深度学习相关工具与框架
Home-page: https://github.com/cantbeblank96/kevin_dl_release
Author: kevin hsu
Author-email: xukaiming1996@163.com
License: MIT
Keywords: mathematics,pytorch,numpy,machine-learning,algorithm
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: torch >=1.2.0
Requires-Dist: numpy >=1.19.0
Requires-Dist: kevin-toolbox >=1.4.5
Provides-Extra: plot
Requires-Dist: matplotlib >=3.0 ; extra == 'plot'
Provides-Extra: test
Requires-Dist: pytest >=6.2.5 ; extra == 'test'
Requires-Dist: line-profiler >=3.5 ; extra == 'test'

# kevin_dl

一个面向深度学习的工具库



环境要求

```shell
numpy>=1.19
pytorch>=1.2
kevin-toolbox>=1.4.10
```

安装方法：

```shell
pip install kevin-dl  --no-dependencies
```



[项目地址 Repo](https://github.com/cantbeblank96/kevin_dl_release)

[免责声明 Disclaimer](./notes/Disclaimer.md)

[版本更新记录](./notes/Release_Record.md)：

- v 0.1.1 （2025-12-09）【bug fix】
  - fix bug in models.api.run_kevin_sdk_face_detect()，支持自动从外部文件 `~/.kv_dl_cfg/.run_kevin_sdk_face_detect.json` 读取默认配置。
