Metadata-Version: 2.1
Name: aitool
Version: 0.0.256
Summary: Summarize the algorithms and data of r4_nlp
Home-page: https://github.com/deepgameai/aitool.git
Author: xiangyuejia
Author-email: xiangyuejia@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip (>=14.0.0)
Requires-Dist: numpy (<2.0.0,>=1.0.0)
Requires-Dist: pandas (<2.0.0,>=1.0.0)
Requires-Dist: requests (<3.0.0,>=2.0.0)
Requires-Dist: tqdm (<5.0.0,>=4.0.0)
Requires-Dist: xlsxwriter (<4.0.0,>=3.0.0)
Requires-Dist: python-Levenshtein (<1.0.0,>=0.0.0)
Requires-Dist: multiprocess (<1.0.0,>=0.0.0)
Requires-Dist: jieba (<1.0.0,>=0.0.0)

[![AITool logo](https://raw.githubusercontent.com/deepgameai/aitool/main/docs/logo/logo.png)](https://deepgameai.github.io/2020-02-28-test-markdown/)

--------------------------------------------------------------------------------

[![version](https://badgen.net/badge/version/0.0.1/blue)](https://aitool20201028.readthedocs.io/en/latest/).
[![stars](https://img.shields.io/github/stars/deepgameai/aitool?style=social)]()

> **注意**：此BytedAITool分支里的task_customized模块包含业务代码，**不开源**。
- 在公司内请使用`pip install bytedaitool`安装，获得更多能力接口
- 在公司外仅可使用`pip install aitool`安装，仅支持基础的算法接口

> AITool 用于提高算法开发的效率

- 百种工具函数（数据处理、多进程、计时器等）
- 百种算法（包括动态规划、统计模型、深度学习等等）
- 每种算法都自带数据，便于验证和使用。


aitool - 
[官方主页](https://deepgameai.github.io/2020-02-28-test-markdown/) - 
[文档](https://aitool20201028.readthedocs.io/en/latest/)

- [Motivation](#motivation)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Communication](#communication)
- [Releases and Contributing](#releases-and-contributing)
- [The Team](#the-team)

## Motivation

## Installation
注意：需要python版本>=3.5
```shell script
pip install aitool --upgrade
```


## Getting Started
```shell script
# Todo
```

## Communication

## Releases and Contributing

## The Team

## 授权许可
本项目采用 MIT 开源授权许可证，完整的授权说明已放置在 [LICENSE](LICENSE) 文件中。
