w1r4 commited on
Commit
a208366
ยท
1 Parent(s): 42e7ec7
Files changed (1) hide show
  1. README.md +37 -4
README.md CHANGED
@@ -1,3 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ๐Ÿš€ Gemma-2 Multimodal Chat Application
2
 
3
  A sophisticated Gradio-based chat application featuring multimodal capabilities with Google's Gemma-2 model.
@@ -85,10 +110,18 @@ The application uses Google's Gemma-2-2B-IT model from Hugging Face. The model i
85
 
86
  ```
87
  gemma/
88
- โ”œโ”€โ”€ app.py # Main Gradio application
89
- โ”œโ”€โ”€ requirements.txt # Python dependencies
90
- โ”œโ”€โ”€ README.md # Project documentation
91
- โ””โ”€โ”€ .gitattributes # Git configuration
 
 
 
 
 
 
 
 
92
  ```
93
 
94
  ## ๐Ÿ”ฎ Future Enhancements
 
1
+ ---
2
+ title: Gemma-2 Multimodal Chat
3
+ emoji: ๐Ÿš€
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: A sophisticated multimodal chat application with vision and file processing capabilities
12
+ tags:
13
+ - chatbot
14
+ - multimodal
15
+ - vision
16
+ - file-processing
17
+ - gemma
18
+ - gradio
19
+ python_version: 3.9
20
+ models:
21
+ - google/gemma-2-2b-it
22
+ hardware: cpu-basic
23
+ suggested_storage: small
24
+ ---
25
+
26
  # ๐Ÿš€ Gemma-2 Multimodal Chat Application
27
 
28
  A sophisticated Gradio-based chat application featuring multimodal capabilities with Google's Gemma-2 model.
 
110
 
111
  ```
112
  gemma/
113
+ โ”œโ”€โ”€ .gitattributes # Git configuration
114
+ โ”œโ”€โ”€ .gitignore # Git ignore file
115
+ โ”œโ”€โ”€ .huggingface/ # Hugging Face configuration
116
+ โ”‚ โ””โ”€โ”€ CODEOWNERS # Space ownership configuration
117
+ โ”œโ”€โ”€ app.py # Main Gradio application
118
+ โ”œโ”€โ”€ app_config.yaml # Hugging Face Space configuration
119
+ โ”œโ”€โ”€ HUGGINGFACE_DEPLOYMENT.md # Deployment instructions
120
+ โ”œโ”€โ”€ push_to_huggingface.bat # Windows deployment script
121
+ โ”œโ”€โ”€ push_to_huggingface.py # Python deployment script
122
+ โ”œโ”€โ”€ README.md # Project documentation (with Space config)
123
+ โ”œโ”€โ”€ README.space.md # Hugging Face Space README
124
+ โ””โ”€โ”€ requirements.txt # Python dependencies
125
  ```
126
 
127
  ## ๐Ÿ”ฎ Future Enhancements