We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144bfed commit 5d27f98Copy full SHA for 5d27f98
1 file changed
README.md
@@ -1,2 +1,29 @@
1
# LeafLens
2
A SwiftUI-based iOS app that scans objects, matches them with known data, and saves match results.
3
+
4
+## 🔧 Tech Stack
5
+- ✅ SwiftUI
6
+- ✅ MVVM Architecture
7
+- ✅ CoreML
8
+- ✅ Vision Framework
9
10
+## 📸 Preview
11
12
+
13
14
+> 🔁 Replace `Assets/leaflens_preview.png` with your actual image path in the repo.
15
16
+## 📂 Features
17
+- 📷 Object Detection using Camera
18
+- 🧠 Smart Matching using CoreML
19
+- 💾 Save & Review Match Results
20
+- 💡 Intuitive SwiftUI UI/UX
21
22
+## 📦 Folder Structure
23
+```plaintext
24
+LeafLens/
25
+├── Models/
26
+├── Views/
27
+├── ViewModels/
28
+├── Resources/
29
+└── Assets.xcassets/
0 commit comments