File size: 612 Bytes
d0f1e1c
 
 
 
 
 
 
 
 
 
 
 
32851f4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Generate With OpenAI CLIP
emoji: 🐢
colorFrom: red
colorTo: indigo
sdk: streamlit
sdk_version: 1.29.0
app_file: app.py
pinned: false
license: afl-3.0
---

# Quest 1 - Generate with OpenAI CLIP
**Created by:** *Lightning.ai*


**Objective:** Use Open AI's CLIP model to annotate images.

- Learn how to make generation faster using GPU's.
- GPUs can run ~100x faster than CPUs, and in some cases even more. To get more speed we can even run on multiple GPUs.
- Experimented with  A10G GPU on Lightning Studio

## APP

Simple Streamlit app for playing '2 Lies and a truth' with the model and friends.