markllego commited on
Commit
71ff575
1 Parent(s): d5060d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -10,4 +10,36 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ # OpenAI GPT-4 With Vision
14
+
15
+ 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.
16
+
17
+ ## How to Contribute
18
+
19
+ Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
20
+
21
+ 1. Fork the Project
22
+ 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
23
+ 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
24
+ 4. Push to the Branch (`git push origin feature/AmazingFeature`)
25
+ 5. Open a Pull Request
26
+
27
+ ## License
28
+
29
+ Distributed under the MIT License. See `LICENSE` for more information.
30
+
31
+ ## Contact
32
+
33
+ Mark Anthony Llego - [@markllego](https://twitter.com/markllego)
34
+
35
+ Project Link: [https://github.com/llegomark/openai-gpt4-vision](https://github.com/llegomark/openai-gpt4-vision)
36
+
37
+ HuggingFace Space: [https://huggingface.co/spaces/markllego/openai-gpt4-vision](https://huggingface.co/spaces/markllego/openai-gpt4-vision)
38
+
39
+ Blog Post: [https://llego.dev/posts/openai-gpt-4-vision/](https://llego.dev/posts/openai-gpt-4-vision/)
40
+
41
+ ## Acknowledgements
42
+
43
+ - [OpenAI](https://openai.com/)
44
+ - [Gradio](https://gradio.app/)
45
+ - [HuggingFace Spaces](https://huggingface.co/spaces)