Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roboflow/webcamgpt
webcamGPT - chat with video stream 💬 + 📸
https://github.com/roboflow/webcamgpt
chatgpt computer-vision gpt-4
Last synced: about 21 hours ago
JSON representation
webcamGPT - chat with video stream 💬 + 📸
- Host: GitHub
- URL: https://github.com/roboflow/webcamgpt
- Owner: roboflow
- Created: 2023-11-06T21:46:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T22:14:30.000Z (9 months ago)
- Last Synced: 2024-11-06T02:36:19.965Z (8 days ago)
- Topics: chatgpt, computer-vision, gpt-4
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 253
- Watchers: 11
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webcamGPT
chat with video stream
https://github.com/roboflow/webcamGPT/assets/26109316/9ffe4607-f111-4048-9ce4-3e105afdfda0
## 👋 hello
webcamGPT is a set of tools and examples showing how to use the OpenAI vision API to
run inference on images, video files and webcam streams.🚧 keep in mind that the repository is still under construction
## 💻 Install
```bash
pip install webcamgpt
```## 🔑 Keys
You will need an OpenAI API key to use the API. You can get one
[here](https://platform.openai.com/api-keys).```bash
export OPENAI_API_KEY=...
```## 📷 Webcam
```bash
python -m examples.webcam
```