Metadata-Version: 2.1
Name: acg-feature-extractor
Version: 0.0.2
Summary: General feature extractor
Home-page: http://icode.baidu.com/repos/baidu/acg-imt/feature-extractor-lite/tree/master
Author: dongdaxiang
Author-email: dongdaxiang@baidu.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: protobuf (==3.13.0)
Requires-Dist: ujson (==2.0.3)
Requires-Dist: grpcio-tools (==1.32.0)
Requires-Dist: xxhash (==2.0.0)

Feature Extractor Lite
===
特征抽取引擎，统一深度学习训练与预测

快速开始
---
如何构建、安装、运行

测试
---
如何执行自动化测试

如何贡献
---
贡献patch流程及质量要求

版本信息
---
本项目的各版本信息和变更历史可以在[这里][changelog]查看。

维护者
---
### owners
* dongdaxiang(dongdaxiang@baidu.com)

### committers
* dongdaxiang(dongdaxiang@baidu.com)

讨论
---
百度Hi交流群：群号


[changelog]: http://icode.baidu.com/repos/baidu/acg-imt/feature-extractor-lite/blob/master:CHANGELOG.md

Changelog
===
以下记录了项目中所有值得关注的变更内容，其格式基于[Keep a Changelog]。

本项目版本遵守[Semantic Versioning]和[PEP-440]。

[Unreleased]
---
### Added
- 这里记录新添加的内容
### Changed
- 这里记录变更的内容

0.1.0 - 2020-11-27
---
### Added
- 创建项目


[Unreleased]: http://icode.baidu.com/repos/baidu/acg-imt/feature-extractor-lite/merge/0.1.0...master

[Keep a Changelog]: https://keepachangelog.com/zh-CN/1.0.0/
[Semantic Versioning]: https://semver.org/lang/zh-CN/
[PEP-440]: https://www.python.org/dev/peps/pep-0440/


