Spaces:
No application file
No application file
| title: Visionairy | |
| app_file: H:\A project final HAVE TO ADD BUTTON\examples | |
| sdk: gradio | |
| sdk_version: 3.50.2 | |
| <div align="center"> | |
| <h1>webcamGPT</h1> | |
| <p>chat with video stream</p> | |
| </div> | |
| 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 | |
| ``` | |