Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,16 @@ pinned: false
|
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
13 |
+
# Quest 1 - Generate with OpenAI CLIP
|
14 |
+
**Created by:** *Lightning.ai*
|
15 |
+
|
16 |
+
|
17 |
+
**Objective:** Use Open AI's CLIP model to annotate images.
|
18 |
+
|
19 |
+
- Learn how to make generation faster using GPU's.
|
20 |
+
- GPUs can run ~100x faster than CPUs, and in some cases even more. To get more speed we can even run on multiple GPUs.
|
21 |
+
- Experimented with A10G GPU on Lightning Studio
|
22 |
+
|
23 |
+
## APP
|
24 |
+
|
25 |
+
Simple Streamlit app for playing '2 Lies and a truth' with the model and friends.
|