Skip to content

JesseFlip/joke_explainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit the app Here - Vibe Code Project using GitHub Codespaces

or launch the app yourself!

Instructions

  1. Clone the repository to your local machine or open it in GitHub Codespaces.

  2. Navigate to the project directory in your terminal.

  3. Create an environment variable named OPENAI_API_KEY and set its value to your OpenAI API key.

    • In your terminal (for the current session):

      export OPENAI_API_KEY="YOUR_OPENAI_API_KEY"

      (Replace "YOUR_OPENAI_API_KEY" with your actual key)

    • For persistent sessions in GitHub Codespaces: You may need to configure this in the Codespaces settings.

  4. Run the Streamlit application using the command:

    streamlit run app.py
  5. Open the URL provided by Streamlit in your web browser.

Getting Your OpenAI API Key

You will need an OpenAI API key to use this application. You can obtain one by signing up at the OpenAI Platform. Once you have an account, you can create a new API key in your account settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages