Completed
Image Captioning
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Image Annotation with LLaVA and Ollama
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Image Captioning
- 3 Basic Idea of the Image Captioning ap
- 4 Image Captioning Diagram
- 5 Step 1: Get the file list from a folder
- 6 Step 2: Loading the files
- 7 Step 3: Send the file to LLaVA 1.6 via Ollama
- 8 Step 4: Saving the results back tothe DataFrame
- 9 Step 5: Save the DataFrame to CSV
- 10 Code Time