LOADING

Visual ChatGPT 微软图文聊天库

未分类 1年前 (2023) iowen
2,668 0

Visual ChatGPT 通过连接ChatGPT和一系列视觉基础模型,在聊天过程中实现了图像的发送和接收。

项目地址

https://github.com/microsoft/visual-chatgpt

论文

https://arxiv.org/abs/2303.04671

Demo

Visual ChatGPT 微软图文聊天库

架构

Visual ChatGPT 微软图文聊天库

快速开始

# create a new environmentconda create -n visgpt python=3.8
# activate the new environmentconda activate visgpt
#  prepare the basic environmentspip install -r requirement.txt
# download the visual foundation modelsbash download.sh
# prepare your private openAI private keyexport OPENAI_API_KEY={Your_Private_Openai_Key}
# create a folder to save imagesmkdir ./image
# Start Visual ChatGPT !python visual_chatgpt.py

 

翻译

http://visualchatgpt.cn/

版权声明:iowen 发表于 2023年3月21日 pm1:45。
转载请注明:Visual ChatGPT 微软图文聊天库 | 开放猫AI导航站

相关文章

暂无评论

暂无评论...