Vilhelm-theone / tweet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet Generation with OpenAI GPT-3

Live version of this app at tweets.streamlit.app

Description

This Streamlit mini-app generates Tweet texts using OpenAI's GPT-3 based Davinci model 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". The app then generates a prompt with an instruction to write a respective Tweet and sends this to the OpenAI API which - using the GPT-3 Davinci engine that has 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 GPT-3's 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


Languages

Language:Python 100.0%