w1r4
commited on
Commit
ยท
a208366
1
Parent(s):
42e7ec7
readme
Browse files
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 |
-
โโโ
|
89 |
-
โโโ
|
90 |
-
โโโ
|
91 |
-
โโโ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|