Table of Contents
1. Visual ChatGPT
2. SadTalker
3. FateZero
4. ChatPaper
Finally
Home headlines 4 amazing ChatGPT projects are open source!

4 amazing ChatGPT projects are open source!

Mar 30, 2023 pm 02:11 PM
chatgpt

Since the release of ChatGPT and Stable Diffusion, various related open source projects have flourished, which is really overwhelming.

Today, we focus on selecting a few high-quality open source projects to share with you, which will be of great help to our daily work, study and life.

1. Visual ChatGPT

This is an open source project from Microsoft. In just over a week, it has gained 23.6k stars.

Simply summarize it, it is a multi-modal question and answer system.

Supports AI painting, language question and answer, and picture question and answer, integrating the three recent hot spots in the AI ​​industry.

Effect display:

4 amazing ChatGPT projects are open source!

The system implementation framework is as follows:

4 amazing ChatGPT projects are open source!


Visual ChatGPT system implementation framework

This is an open source project that “makes miracles with great effort”, integrating the research results of many parties: BLIP, CLIP, ChatGPT, pix2pix, inpainting, vqa et al.

To put it bluntly, it is to teach you how to use these projects to build a multi-modal question and answer system. This system architecture is of great reference value.

Project address:

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

2. SadTalker

This It is an open source project corresponding to a 2023 CVPR paper.

Just open sourced, fresh and hot~

4 amazing ChatGPT projects are open source!

The function is: based on a picture and a piece of audio, synthesize a video of the face speaking this voice.

Combined with ChatGPT, AIGC, and audio-to-text conversion, virtual two-dimensional or three-dimensional images can be "live".

4 amazing ChatGPT projects are open source!

In addition, the project has also made a plug-in for stable diffusion webui, which can be used directly in stable diffusion.

4 amazing ChatGPT projects are open source!

#The generated image can be directly matched with a piece of audio to generate a synthesized video.

Project address:

https://github.com/winfredy/sadtalker

3. FateZero

Text can be edited Generate pictures? Can the video be edited?

FateZero: I can!

The left picture is the original picture, the right picture is the generated effect, the input text is:

Add Pokémon anime style:

640 (2).gif

Add Ink painting style:

640 (3).gif

# In addition to the style migration of the video, it also supports modification of the content inside.

For example: squirrel eats carrot, becomes, rabbit eats eggplant.

640 (4).gif

This project is also based on sd, which is a step closer to generating videos with one click.

Project address:

https://github.com/chenyangqiqi/fatezero

4. ChatPaper

arXiv I believe everyone As we all know, the most popular paper hosting website currently has scientists and researchers from all over the world.

In order to improve the efficiency of arXiv users reading papers, someone has open sourced ChatPaper, an open source tool that uses ChatGPT to summarize arXiv papers.

4 amazing ChatGPT projects are open source!

The motivation of the developer, he told it like this:

4 amazing ChatGPT projects are open source!

In short, the project can be based on User keywords download the latest papers on arXiv, and use the powerful summary ability of ChatGPT3.5 API to condense them into a fixed format with less text and easy to read.

At the same time, the project supports individuals to deploy it themselves, or go directly to Hugge Face to experience it.

Project address:

https://github.com/kaixindelele/ChatPaper

https://huggingface.co/spaces/wangrongsheng/ChatPaper

Finally

There are too many companies all in ChatGPT recently, and various related open source projects are also emerging in endlessly.

Hope these projects can be helpful to you.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit Aug 09, 2024 pm 09:37 PM

DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

How to install chatgpt on mobile phone How to install chatgpt on mobile phone Mar 05, 2024 pm 02:31 PM

Installation steps: 1. Download the ChatGTP software from the ChatGTP official website or mobile store; 2. After opening it, in the settings interface, select the language as Chinese; 3. In the game interface, select human-machine game and set the Chinese spectrum; 4 . After starting, enter commands in the chat window to interact with the software.

The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot Oct 27, 2023 pm 06:00 PM

The perfect combination of ChatGPT and Python: Creating an Intelligent Customer Service Chatbot Introduction: In today’s information age, intelligent customer service systems have become an important communication tool between enterprises and customers. In order to provide a better customer service experience, many companies have begun to turn to chatbots to complete tasks such as customer consultation and question answering. In this article, we will introduce how to use OpenAI’s powerful model ChatGPT and Python language to create an intelligent customer service chatbot to improve

How to develop an intelligent chatbot using ChatGPT and Java How to develop an intelligent chatbot using ChatGPT and Java Oct 28, 2023 am 08:54 AM

In this article, we will introduce how to develop intelligent chatbots using ChatGPT and Java, and provide some specific code examples. ChatGPT is the latest version of the Generative Pre-training Transformer developed by OpenAI, a neural network-based artificial intelligence technology that can understand natural language and generate human-like text. Using ChatGPT we can easily create adaptive chats

How to build an intelligent customer service robot using ChatGPT PHP How to build an intelligent customer service robot using ChatGPT PHP Oct 28, 2023 am 09:34 AM

How to use ChatGPTPHP to build an intelligent customer service robot Introduction: With the development of artificial intelligence technology, robots are increasingly used in the field of customer service. Using ChatGPTPHP to build an intelligent customer service robot can help companies provide more efficient and personalized customer services. This article will introduce how to use ChatGPTPHP to build an intelligent customer service robot and provide specific code examples. 1. Install ChatGPTPHP and use ChatGPTPHP to build an intelligent customer service robot.

Can chatgpt be used in China? Can chatgpt be used in China? Mar 05, 2024 pm 03:05 PM

chatgpt can be used in China, but cannot be registered, nor in Hong Kong and Macao. If users want to register, they can use a foreign mobile phone number to register. Note that during the registration process, the network environment must be switched to a foreign IP.

The perfect combination of ChatGPT and Python: building a real-time chatbot The perfect combination of ChatGPT and Python: building a real-time chatbot Oct 28, 2023 am 08:37 AM

The perfect combination of ChatGPT and Python: Building a real-time chatbot Introduction: With the rapid development of artificial intelligence technology, chatbots play an increasingly important role in various fields. Chatbots can help users provide immediate and personalized assistance while also providing businesses with efficient customer service. This article will introduce how to use OpenAI's ChatGPT model and Python language to create a real-time chat robot, and provide specific code examples. 1. ChatGPT

How to use ChatGPT and Python to implement user intent recognition function How to use ChatGPT and Python to implement user intent recognition function Oct 27, 2023 am 09:04 AM

How to use ChatGPT and Python to implement user intent recognition function Introduction: In today's digital era, artificial intelligence technology has gradually become an indispensable part in various fields. Among them, the development of natural language processing (Natural Language Processing, NLP) technology enables machines to understand and process human language. ChatGPT (Chat-GeneratingPretrainedTransformer) is a kind of