Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioMesquita committed May 30, 2024
1 parent e17f147 commit 82ddba6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
[![Swift 5.10](https://img.shields.io/badge/Swift-5.10-blue.svg?style=flat)](https://swift.org)
[![Xcode 15.3.0](https://img.shields.io/badge/Xcode-15.3.0-blue.svg?style=flat)](https://developer.apple.com/xcode/)

A Vision Pro application using architecture MVVM-C with UIHostingViewController, and to identify the Pokemon from 1st Generation, I generate a `.mldodel` that identifies the 151

<img src="https://github.com/HelioMesquita/Pokedex/blob/main/.images/Screenshot2.jpg" width="476" height="476">
Note: It's important to note that the ML model may not perform optimally in the simulator due to the unavailability of NeuralProcessing. For more accurate results, it's recommended to test on an iPad.

<img src="https://github.com/HelioMesquita/Pokedex/blob/main/.images/Screenshot1.jpg">
Images:

A Vision Pro application using architecture MVVM-C with UIHostingViewController, and to identify the Pokemon from 1st Generation, I generate a `.mldodel` that identifies the 151
<img src="https://github.com/HelioMesquita/Pokedex/blob/main/.images/Screenshot2.jpg">

Note: It's important to note that the ML model may not perform optimally in the simulator due to the unavailability of NeuralProcessing. For more accurate results, it's recommended to test on an iPad.
<img src="https://github.com/HelioMesquita/Pokedex/blob/main/.images/Screenshot1.jpg">

0 comments on commit 82ddba6

Please sign in to comment.