Skip to main content

Easy use of apis for Tencent AI

Project description


# qqai

提供[腾讯AI](https://ai.qq.com/)简单易用的python接口。

## 安装

```bash
pip install qqai
```

## 用法

当前包含以下接口:

- [聊天机器人](#聊天机器人)
- [图片转文字](#图片转文字)
- [人脸检测](#人脸检测)

### 聊天机器人

```py
from qqai import TextChat

siri = TextChat(your_app_id, your_app_key)

# 单句对话
answer = siri.ask('你是谁')
print(answer)
# >>> 我是你的小助手啊

# 连续聊天
siri.chat()
# < 有啥想跟我说的?
# > 你是谁啊?
# < 我是你的小助手啊
# > 你能干嘛呀
# < 呵呵,我能干的事情多的数不清。
```

### 图片转文字

```py
from qqai import ImgToText

robot = ImgToText(your_app_id, your_app_key)

# 识别图片URL
result = robot.run('https://yyb.gtimg.com/aiplat/ai/assets/ai-demo/express-6.jpg')
print(result)
# {'ret': 0, 'msg': 'ok', 'data': {'text': '一位男士在海边骑自行车的照片'}}

# 识别打开的本地图片
with open('/my/img.jpeg', 'rb') as image_file:
result = robot.run(image_file)
print(result)
# {'ret': 0, 'msg': 'ok', 'data': {'text': '一艘飞船'}}
```

### 人脸检测

```py
from qqai import Detectface

robot = Detectface(your_app_id, your_app_key)

# 调用方法与图片转文字相同
```



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qqai-0.1.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

qqai-0.1.3-py2.py3-none-any.whl (3.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file qqai-0.1.3.tar.gz.

File metadata

  • Download URL: qqai-0.1.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.6.5

File hashes

Hashes for qqai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c3c8696fd0b39a35b24fcb29c7c18a3ab0a3ef9a16606d10ada00f1a81d641c3
MD5 a57c7ae845471492b68f52165970c3de
BLAKE2b-256 1cc6b8ab6c95e816a300fa3a8e6559f2fa52eb2f12758337de703ee7dd3348d4

See more details on using hashes here.

File details

Details for the file qqai-0.1.3-py2.py3-none-any.whl.

File metadata

  • Download URL: qqai-0.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.6.5

File hashes

Hashes for qqai-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d3c71e0d80e12c9080fccc07d3e4b978ca9ba1ede4ae12636d3d036f461d3522
MD5 c803a2e88ebd9ddb638e20555b5fe00d
BLAKE2b-256 dd3b2cec213f01934268adcc4258f782b5b96e4e1e00e1440dd6097d4fe7f19e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page