Skip to content

afondiel/Prompt-Engineering-for-Vision-Models-DeepLearningAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40b6e67 · Aug 20, 2024

History

83 Commits
Jul 30, 2024
Aug 20, 2024
Aug 19, 2024
Jul 30, 2024
Jul 30, 2024
Jul 30, 2024
Aug 2, 2024
Aug 2, 2024
Jul 25, 2024
Jul 31, 2024
Jul 30, 2024

Repository files navigation

Prompt Engineering for Vision Models (DeepLearning.AI)

(Source: SAM)

Overview

These notes and resources are compiled from the crash course Prompt Engineering for Vision Models like Meta's SAM (Segment Anything Model) or Stable Diffusion, offered by DeepLearning.AI.

The course, led by Andrew Ng and instructors from Comet (Abby Morgan, Jacques Verré, and Caleb Kaiser), explores techniques for prompting vision models like image generation and object detection.

Key Concepts

  • Gain a foundational understanding of prompt engineering techniques for guiding vision models.
  • Explore methods for image generation, object detection, and image segmentation using text prompts.
  • Learn to fine-tune diffusion models for personalized image creation with DreamBooth.
  • Discover best practices for experimenting and tracking progress in prompt engineering workflows.

Course Contents

Setup & Requirements

Requirements

  • All you need is a Deep LearningAI user account to start learning for free.

Lab: Hands-on Exercises

Chapter Notebook
Lesson0: Introduction -
Lesson1: Overview -
Lesson2: Image Segmentation Open notebook in Colab
Lesson3: Object Detection Open notebook in Colab
Lesson4: Image Generation Open notebook in Colab
Lesson5: Fine-tuning Open notebook in Colab

References

Main Course :

Others short Free Courses available on DeepLearning.AI :

Resources: