Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielchua/gpt4-vision-demo
- Owner: gabrielchua
- Created: 2023-12-20T16:35:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:29:00.000Z (10 months ago)
- Last Synced: 2024-10-11T09:31:02.026Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```