Visit the app Here - Vibe Code Project using GitHub Codespaces
or launch the app yourself!
-
Clone the repository to your local machine or open it in GitHub Codespaces.
-
Navigate to the project directory in your terminal.
-
Create an environment variable named
OPENAI_API_KEYand 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.
-
-
Run the Streamlit application using the command:
streamlit run app.py
-
Open the URL provided by Streamlit in your web browser.
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.
