File size: 565 Bytes
1f31dbb b5c0765 1f31dbb 0abb626 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
title: Yunzai-chatgpt-plugin-extras
emoji: 🥑
colorFrom: green
colorTo: yellow
sdk: docker
sdk_version: 3.9
app_file: main.py
pinned: true
app_port: 5000
---
# chatgpt-plugin-extras
chatgpt-plugin一些花活额外工具
## 安装
`pip install -r requirements.txt`
`mkdir -p data/upload`
`python main.py`
运行在5000端口。目前默认使用CPU
## 使用
### ImageCaption
POST http://127.0.0.1:5000/image-captioning
Form-Data \
file: 图片文件
### Visual QA
POST http://127.0.0.1:5000/visual-qa
Form-Data \
file: 图片文件 \
q: 问题
|