Initial .NET scaffold: Core, Console, WPF projects
Introduced solution structure for AIFotoONLUS migration to .NET. Added Core library with YOLO-based detection/recognition engine using OpenCvSharp, Console batch runner, and WPF demo frontend with MVVM. Implemented model loading, directory processing, progress reporting, and preferences. Added README with build/run instructions.
This commit is contained in:
parent
314761bf9e
commit
769afc08fb
18 changed files with 976 additions and 0 deletions
4
src/AIFotoONLUS.Core/ProcessingStats.cs
Normal file
4
src/AIFotoONLUS.Core/ProcessingStats.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace AIFotoONLUS.Core
|
||||
{
|
||||
public record ProcessingStats(int TotalFiles, int ProcessedFiles, double ImagesPerSecond);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue