Blazor AI
Blazor AI is an application that empowers users to upload images, extract relevant information, and detect faces. It utilizes the Emgu.CV library and the Clarifai API.
- Blazor server
- Emgu.CV
- ClarifaiApi
- Clone the the source code:
$> Git clone https://github.com/iliass-de/blazor-ai.git
- For image processing, you’ll need a free account at Clarifai and generate an API token. If you don’t have one, you can still use the face recognition service.
- Add your API token to the appsettings.json file.
- Run the application:
$> Dotnet run

