Skip to content

Commit 5d27f98

Browse files
Update README.md
1 parent 144bfed commit 5d27f98

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# LeafLens
22
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+
![App Preview](Assets/leaflens_preview.png)
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

Comments
 (0)