Visual ChatGPT 通过连接 ChatGPT 和一系列视觉基础模型,在聊天过程中实现了图像的发送和接收。
https://github.com/microsoft/visual-chatgpt
https://arxiv.org/abs/2303.04671
# create a new environment
conda create -n visgpt python=3.8
# activate the new environment
conda activate visgpt
# prepare the basic environments
pip install -r requirement.txt
# download the visual foundation models
bash download.sh
# prepare your private openAI private key
export OPENAI_API_KEY={Your_Private_Openai_Key}
# create a folder to save images
mkdir ./image
# Start Visual ChatGPT !
python visual_chatgpt.py
1
Her0 2023-03-11 12:02:08 +08:00
看起来很有应用前景
|
2
findex 2023-03-11 12:44:42 +08:00 via iPhone
收藏一下,现在 gpt 应用如雨后春笋般涌现。差距巨大。
|
3
1722332572 OP @findex 增加了图片,就有意思了。
|
4
findex 2023-03-13 22:41:12 +08:00
@1722332572 这很有趣。之前我用过 AI 做图软件,在 M1 mac 上试过,很好玩。但是 chatgpt 接入到图片,而且反应速度还很快,感觉比在本机上快多了。这很令人欣慰。这个项目是基于很多开源项目的聚合体,加上自己的一些尝试创新与实践。以前所谓的人工智能还算在统计学科范畴,现在的人工智能开始有点开始变得“智能”的感觉了。
不禁让我想起了很久以前牛顿说过的一句话:“问我为什么看得远,因为我站在巨人肩膀上”。 |