Skip to content

kinosal/tweet

Repository files navigation

GPT Tweet Generation

Live version of this app at tweets.streamlit.app

Description

This Streamlit mini-app generates Tweet texts using OpenAI's GPTs for texts and DALL·E for images.

The text prompt creation form accepts a topic as well as an optional mood parameter and a Twitter account for "style transfer" (Update: Due to Twitter's new API limits style transfer likely does not work anymore). The app then generates a prompt with an instruction to write a respective Tweet and sends this to the OpenAI API which - using one of their GPT models that have been trained on a lot of publicly available text content - predicts the next likely to be used (word) tokens and thus generates the Tweet content. Furthermore, the app can request and display an image from OpenAI's DALL·E model using the previously generated Tweet text as a prompt.

Contribution

I hope this will be of value to people seeking to understand GPTs' current capabilities and the overall progress of natural language processing (NLP) and generative AI. Plus maybe you can even use the app to generate some interesting Tweets for your Twitter account.

Please reach out to me at nikolas@schriefer.me with any feedback - especially suggestions to improve this - or questions you might have.

About

Generate Tweet texts using OpenAI's GPT-3 based Davinci model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages