RakeshUtekar commited on
Commit
8144f97
·
verified ·
1 Parent(s): 70ece7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Image to Text Response with RAG
2
 
3
  This project is a web application that allows users to upload an image, process it to extract details, and then interact with the application by asking questions about the image. The application uses the Salesforce BLIP model for image captioning and OpenAI's GPT-3.5-turbo for generating responses to user queries.
@@ -57,4 +67,4 @@ This project was built to demonstrate the capabilities of using advanced machine
57
 
58
  ## License
59
 
60
- This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
 
1
+ ---
2
+ license: mit
3
+ title: RAG-Based-Image-Query-System
4
+ sdk: streamlit
5
+ emoji: 👁
6
+ colorFrom: yellow
7
+ colorTo: green
8
+ pinned: true
9
+ short_description: Upload your image and ask questions
10
+ ---
11
  # Image to Text Response with RAG
12
 
13
  This project is a web application that allows users to upload an image, process it to extract details, and then interact with the application by asking questions about the image. The application uses the Salesforce BLIP model for image captioning and OpenAI's GPT-3.5-turbo for generating responses to user queries.
 
67
 
68
  ## License
69
 
70
+ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.