Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielchua/gpt4-vision-demo

Demo of Azure OpenAI GPT 4 Vision
https://github.com/gabrielchua/gpt4-vision-demo

Last synced: 17 days ago
JSON representation

Demo of Azure OpenAI GPT 4 Vision

Awesome Lists containing this project

README

        

# GPT 4 Vision Demo 🎨

A simple streamlit app to demo of Azure OpenAI GPT 4 Vision.

## Installation

To run this demo, ensure you have Python installed, and then install the necessary dependencies:

```bash
pip install -r requirements.txt
```

## Usage

1. Setup `AZURE_OPENAI_API_KEY` (required) and `AZURE_OPENAI_ENDPOINT`. Copy
the `.streamlit/secrets.example.toml` file to `.streamlit/secrets.toml` and fill in the values.
2. To start the application, run:

```bash
streamlit run app.py
```