Skip to content

Streamlit and Python to create a Random Tweet Generator to generate tweets about programing Using Openai

Notifications You must be signed in to change notification settings

Jkliop09/Tweet-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tweet-Generator

Install Streamlit and OpenAI's GPT-3 API client library, "openai", by running the following command in your terminal/command prompt:

pip install streamlit openai

Change "Openai_key" With your API key in app.py

openai.api_key = "YOUR_API_KEY"

you can get openai secrate key by following this doc(https://elephas.app/blog/how-to-create-openai-api-keys-cl5c4f21d281431po7k8fgyol0)

Open your terminal/command prompt and run the Python script using the following command:

streamlit run app.py

About

Streamlit and Python to create a Random Tweet Generator to generate tweets about programing Using Openai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • C++ 7.3%
  • Cython 4.3%
  • C 1.1%
  • CSS 0.1%
  • Fortran 0.0%