Skip to content

dzedze/HaiKuMaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was built for the tutorial Fun with LLMs: Building a Haiku Maker App with a Vision Model

Demo

ARCHITECTURE

Demo

For the API layer, we’ll define a HaikuGenerator protocol to allow easy swapping between different implementations and make testing easier using Dependency Injection. We’ll mainly use SwiftUI for the UI because it’s quick and straightforward to set up. For the image picker, we’ll use PHPickerViewController instead of UIImagePickerController. Since we only need to select an image (no need for editing or capturing new ones), PHPickerViewController is lighter and easier to configure. Because PHPickerViewController is a UIKit component, we’ll integrate it into SwiftUI using UIViewControllerRepresentable.

About

A sample iOS app with local LLM server setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages