https://github.com/hanson/face
😀微软小冰检测图片颜值评分接口
https://github.com/hanson/face
php
Last synced: 5 months ago
JSON representation
😀微软小冰检测图片颜值评分接口
- Host: GitHub
- URL: https://github.com/hanson/face
- Owner: Hanson
- License: mit
- Created: 2017-04-10T07:05:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T07:44:00.000Z (about 8 years ago)
- Last Synced: 2025-05-18T10:48:46.840Z (9 months ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 154
- Watchers: 6
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face
face 是基于微软小冰接口的颜值检测工具
PS:其中某些接口还有一些参数,能够定位某些tag的位置,但因过于复杂这里没有实现
## Install
```
composer require hanson/face
```
## Usage
```php
score->get('https://ws2.sinaimg.cn/large/685b97a1gy1fehkmbi6hvj20u00u07ab.jpg');
/**
[
'score' => 6.8,
'text' => '哥们颜值才6.8分,一下让整体颜值从7.3跌到7.1ORZ',
'url' => 'http://mediaplatform.trafficmanager.cn/image/fetchimage?key='
];
**/
```
## Document
```php
score;
// 获取受欢迎实例
$instance = $face->popular;
// 获取关系实例
$instance = $face->relation;
// 获取请客实例
$instance = $face->bill;
// 获取时尚穿衣实例
$instance = $face->clothing;
// 获取赋诗实例
$instance = $face->poem;
// 所有实例均有一个方法 get
$result = $instance->get($url);
```
## Achievement
### Score 颜值分数

### Bill 请吃饭

### Popular 最受欢迎

### Relation 关系

### Clothing 穿衣风格
