A simple streamlit app to demo of Azure OpenAI GPT 4 Vision.
To run this demo, ensure you have Python installed, and then install the necessary dependencies:
pip install -r requirements.txt
- Setup
AZURE_OPENAI_API_KEY
(required) andAZURE_OPENAI_ENDPOINT
. Copy the.streamlit/secrets.example.toml
file to.streamlit/secrets.toml
and fill in the values. - To start the application, run:
streamlit run app.py