/BetterRester

D26 / 100DaysOfSwiftUI Machine LEarning

Primary LanguageSwiftThe UnlicenseUnlicense

BetterRester

D26 / 100DaysOfSwiftUI Machine LEarning

// DAY26 / 100DaysOfSwiftUI by @TwoStraws PaulHudson // Student: yannemal on 09/07/2023.

This app introduces CreateML and MachineLEarning in Xcode We then put the algorithm to good use in a little app to help you calculate when you should go to bed based on hrs you want to sleep versus how many cups of coffee you've had that day.

follow along here: https://www.hackingwithswift.com/100/swiftui/26

rough version 1 layout:

Screenshot 2023-07-10 at 12 32 20

D26done