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.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pya3rt-1.0.tar.gz
Algorithm Hash digest
SHA256 fed1159f9519e9fa0b4f847ec4f7edb2dc82cf9cad54b10e2773092ea318c857
MD5 979527d053ae06354f3964e95b8f1a38
BLAKE2b-256 d602aaf0f7b35d9352a69eef5aa71e427d86fb207f2cea13af277e9a24ddf8ec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pya3rt-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d6c6d6231b468b1fd5284ec60be20e83edf0d3531527dc6dedb5da6b03d66eb
MD5 4591ecaff2550839b1f1a1004c693b12
BLAKE2b-256 3a3f3d3621b99c5332c83b1fa4ce63d18932faff4b06de8c9b4f1296fd127fcb

See more details on using hashes here.

Provenance

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