V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
1722332572
V2EX  ›  OpenAI

Visual ChatGPT 微软图文聊天库

  •  
  •   1722332572 · 2023-03-11 07:31:40 +08:00 · 1377 次点击
    这是一个创建于 416 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Visual ChatGPT

    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
    
    

    Demo

    http://visualchatgpt.cn/

    4 条回复    2023-03-13 22:41:12 +08:00
    Her0
        1
    Her0  
       2023-03-11 12:02:08 +08:00
    看起来很有应用前景
    findex
        2
    findex  
       2023-03-11 12:44:42 +08:00 via iPhone
    收藏一下,现在 gpt 应用如雨后春笋般涌现。差距巨大。
    1722332572
        3
    1722332572  
    OP
       2023-03-12 10:24:10 +08:00
    @findex 增加了图片,就有意思了。
    findex
        4
    findex  
       2023-03-13 22:41:12 +08:00
    @1722332572 这很有趣。之前我用过 AI 做图软件,在 M1 mac 上试过,很好玩。但是 chatgpt 接入到图片,而且反应速度还很快,感觉比在本机上快多了。这很令人欣慰。这个项目是基于很多开源项目的聚合体,加上自己的一些尝试创新与实践。以前所谓的人工智能还算在统计学科范畴,现在的人工智能开始有点开始变得“智能”的感觉了。

    不禁让我想起了很久以前牛顿说过的一句话:“问我为什么看得远,因为我站在巨人肩膀上”。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1717 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 16:24 · PVG 00:24 · LAX 09:24 · JFK 12:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.