Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoddikko authored Apr 11, 2022
1 parent 9e69aec commit 4360159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The computer trained the model for about 24h and I got pretty accurate results.
###### Implementation
[Download the model](https://www.dropbox.com/s/ga1q5zjcdsub7xu/SignAlphabet.mlpackage.zip?dl=0)

Once the model had finished training I implemented it in Swift, creating a project that received in UIImage processes it with the model and shows the result on screen. The code is open-source and available on GitHub.
Once the model had finished training I implemented it in Swift, creating a project that received in UIImage processes it with the model and shows the result on screen. available on GitHub.
###### The frameworks I used
I used AVFoundation as the first framework to start recording in real time and receive frames from the camera. After that, the frames I was receiving from the camera were processed using the model created with machine learning and using the vision framework. Then the whole UI is built using SwiftUI.

Expand Down

0 comments on commit 4360159

Please sign in to comment.