openai-gpt4-vision / README.md
markllego's picture
Update README.md
71ff575
---
title: Openai Gpt4 Vision
emoji: 🔥
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 4.1.1
app_file: app.py
pinned: false
license: mit
---
# OpenAI GPT-4 With Vision
This repository contains a simple image captioning app that utilizes OpenAI's GPT-4 with the Vision extension. Users can upload images through a Gradio interface, and the app leverages GPT-4 to generate a description of the image content.
## How to Contribute
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Mark Anthony Llego - [@markllego](https://twitter.com/markllego)
Project Link: [https://github.com/llegomark/openai-gpt4-vision](https://github.com/llegomark/openai-gpt4-vision)
HuggingFace Space: [https://huggingface.co./spaces/markllego/openai-gpt4-vision](https://huggingface.co./spaces/markllego/openai-gpt4-vision)
Blog Post: [https://llego.dev/posts/openai-gpt-4-vision/](https://llego.dev/posts/openai-gpt-4-vision/)
## Acknowledgements
- [OpenAI](https://openai.com/)
- [Gradio](https://gradio.app/)
- [HuggingFace Spaces](https://huggingface.co./spaces)