Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnt84/BlazorServerImageRecognitionApp
Simple Image Recognition Blazor Server app
https://github.com/johnt84/BlazorServerImageRecognitionApp
azure-computer-vision blazor blazor-server computer-vision csharp image-recognition net6 unittest
Last synced: 3 months ago
JSON representation
Simple Image Recognition Blazor Server app
- Host: GitHub
- URL: https://github.com/johnt84/BlazorServerImageRecognitionApp
- Owner: johnt84
- License: mit
- Created: 2022-02-21T18:02:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:45:53.000Z (5 months ago)
- Last Synced: 2024-06-09T12:49:29.017Z (5 months ago)
- Topics: azure-computer-vision, blazor, blazor-server, computer-vision, csharp, image-recognition, net6, unittest
- Language: C#
- Homepage: https://blazorimagerecognitionapp.azurewebsites.net/
- Size: 1.5 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - BlazorServerImageRecognitionApp - ![last commit](https://img.shields.io/github/last-commit/johnt84/BlazorServerImageRecognitionApp) Simple Blazor Server app which uses image recognition to identify and extract text printed in an image file uploaded by the user. [Demo](https://blazorimagerecognitionapp.azurewebsites.net/). (Sample Projects / Others)
README
# Blazor Server Image Recognition App
Simple Blazor Server app which uses image recognition to identify and extract text printed in an image file uploaded by the user. The app utilises the recognise printed text in image function in the Azure Computer Vision Cognitive service to identify and extract printed text from an uploaded image file
* GUI frontend project developed using Blazor Server/.Net 8
* Image printed text recognition engine is a class library project developed using .Net 8
* Communicates with the Azure Computer Vision API v3.2
* Unit Test app which unit tests the image printed text recognition engine. Uses MS Test .Net 8.## Upload image file to analyse
![](BlazorServerImageRecognitionApp/wwwroot/images/UploadImageFile.png)
## Image file displayed and printed text from image displayed in text area
![](BlazorServerImageRecognitionApp/wwwroot/images/PrintedTextDisplayed.png)