Skip to main content

A python wrapper for A3RT API

Project description

# pya3rt

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

pya3rt is an API wrapper for A3RT in Python.

## A3RT
https://a3rt.recruit-tech.co.jp/
A3RT (art) is an abbreviation for "ANALYTICS & ARTIFICIAL INTELLIGENCE API VIA RECRUIT TECHNOLOGIES".A3RT is a collective name for solutions that are projected to unify and maintain the logic of fields called artificial intelligence, which is represented by Deep Learning and others, among machinery learning, to the inside of the company.

## API

* Text Suggest API
* Text Classification API
* Listing API
* Image Influence API
* Proofreading API
* Talk API

## Install

```
$ pip install pya3rt
```

## examples

### Text Suggest

```python
# -*- coding: utf-8 -*-
import pya3rt

apikey = "{YOUR_API_KEY}"
client = pya3rt.TextSuggestClient(apikey)

print(client.text_suggest("馬"))
print(client.text_suggest("あき", style=1))
print(client.text_suggest("func", style=2))
```

### Text Classification

```python
# -*- coding: utf-8 -*-
import pya3rt

apikey = "{YOUR_API_KEY}"
client = pya3rt.TextClassificationClient(apikey)

print(client.classify("システムの企画から開発・運用まで幅広く関われます。"))
```

### Proofreading API

```python
# -*- coding: utf-8 -*-
import pya3rt

apikey = "{YOUR_API_KEY}"
client = pya3rt.ProofreadingClient(apikey)

print(client.proofreading("システムの企画から開発・運用まで幅広く関われます。"))
print(client.proofreading("システムの規格から開発・運用まで幅広く関われます。"))
```

### Image Influence API

```python
# -*- coding: utf-8 -*-
import pya3rt

apikey = "{YOUR_API_KEY}"
client = pya3rt.ImageInfluenceClient(apikey)

print(client.get_upload_url())
print(client.meat_score("meat1.jpeg", 1))
```

### Talk API

```python
# -*- coding: utf-8 -*-
import pya3rt

apikey = "mndQAOCHFawKjGpoDOIxjfDVBJ06P6xo"
client = pya3rt.TalkClient(apikey)

print(client.talk("おはよう"))
```


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

pya3rt-1.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

pya3rt-1.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file pya3rt-1.1.tar.gz.

File metadata

  • Download URL: pya3rt-1.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pya3rt-1.1.tar.gz
Algorithm Hash digest
SHA256 2266cc534626117bc48148a9e51c0e792500e3db9f484fa8b5441b321d75ee48
MD5 6920b5ffedc906aded48d2f0b84c20cd
BLAKE2b-256 e8d75ebf3f95254d4a6e68923439df829a2a3b013b027c0bb3d972a4161a5edd

See more details on using hashes here.

File details

Details for the file pya3rt-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pya3rt-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1eefc8e5392812934ede85d81397e51074089dbfbda49cd64a35bf305b4661e
MD5 945ba7774e8830fb7574a0f6725fb9d9
BLAKE2b-256 9bd60748d12077f752d439feae7ccd4953ddf8f557743a728f90eb00000a59cc

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