Skip to content

danieltadros0209/ASP.NET-React-MS-Azure-app-for-providing-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Web-based app providing automation to insurance claims validation

The project and the prototype of a web-based app providing automation to insurance claims validation. The application allows you to handle information about ongoing car insurance. The user can add new policies to the system and edit the added policies. The app allows you to report car damage with appropriate photo documentation, from your insurance or the guilty party’s insurance. Additionally, the web application contains mechanisms enabling the detection of car damages on attached accident photos. After reporting the damage, the user can generate a pdf document summarizing the entire accident with the most important information about the accident and the damage detection information.

Build with client-server architecture:

  • Server - ASP.NET Core
  • Gui - React
  • Mechanism of car damage detection - Azure Cognitive Services

Because of application was created with rules of reporting damages in Poland, the user interfaces and generated documents are in polish language.

Mechanism of car damage detection

Using Azure Custom Vision service available by Azure Cognitive Services, the model was created for detection car damge. Dataset for training has 652 photos with car damages. The test dataset has 131 photos. The created model has a precision of 84.7%.

damages

User interface

login

home

policies

user_damage_form

generate_document

Summary document

user_document

guilty_party_document

About

Web-based app providing automation to car insurance claims validation. React + ASP.NET Core + Azure Cognitive Services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published