Skip to content

Commit

Permalink
Merge pull request #4488 from SwiftOldDriver/blues/master
Browse files Browse the repository at this point in the history
[feat] code gen on ipad
  • Loading branch information
ChengzhiHuang authored Mar 31, 2024
2 parents 7b663c4 + c5b4301 commit e683c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/2024/#284-2024.04.08.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@

本文在书写过程中假设读者已经对 swift 并发的基础概念((Actor、Task等))有了一些了解,建议未接触过 swift 并发的读者可以简单了解下这几个概念后再阅读此文。

### 🐢 [Near real-time UI code generation on iPad](https://otaku.codes/uni/dissertation/dissertation.pdf)

[@BluesJiang](https://github.com/BluesJiang):本论文展示了如何利用 YOLO 模型实现从草图到 SwiftUI 代码的流程。详细说明了从数据收集处理、模型训练以及利用 CoreML 实现单机完成部署投放。这里利用 iPad 强大的绘画、机器学习、SwiftPlayground 的能力,可以充分的展示这种可能性。具体展示的效果可以查看 [Demo 视频](https://www.youtube.com/watch?v=SKGdZ3H9eyY)。这篇论文很好的展示了机器学习实践的完整流程,值得学习。


## 工具

Expand Down

0 comments on commit e683c50

Please sign in to comment.