Ashish08 commited on
Commit
32851f4
1 Parent(s): 7d68819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -10,4 +10,16 @@ pinned: false
10
  license: afl-3.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
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.