Ashish Soni
Update README.md
32851f4
|
raw
history blame
612 Bytes
metadata
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.