Visual ChatGPT 通过连接ChatGPT和一系列视觉基础模型,在聊天过程中实现了图像的发送和接收。
项目地址
https://github.com/microsoft/visual-chatgpt
论文
https://arxiv.org/abs/2303.04671
Demo

架构

快速开始
# 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/
相关文章
暂无评论...