Step 1 : Plugins to add
https://github.com/takuya-takeuchi/UltraFaceDotNet
Step 2 : Files to be downloaded
.bin and .param
Step 3 : Add this downloaded files to newly created data folder of your project and don’t forget make it as Embedded Resource
Step 4 : MainPage.xaml
Step 5 : MainPage.xaml.cs
Step 6: DetectService.cs
Step 7: IDetectService.cs
Step8: DetectResult.cs
Step9: Object.cs
Step 10 : Make sure you have added enough permission for taking camera photo
https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/device-media/picker?tabs=android
Step 11: Hurray you did it!
Clean the project before usage 🙂