You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit Set Management: Create and manage collections of related measurement units (e.g., Length, Weight, Volume) Store unit set metadata (name, description, remarks) Unit Conversion System: Define multiple units within each set (e.g., meters, feet, inches for Length) Specify conversion factors relative to a base unit
This ASP.NET Core MVC application is an Applicant Tracking System that manages job applicants and their work experience in a master-detail relationship. Split-screen layout (form on left, list on right) Modal dialogs for editing and viewing details Dynamic table for experience entries Image preview for profile photos
This project demonstrates the use of Azure's Cognitive Services to analyze images using AI. End points have been created to identify objects in an image , describe the content of an image , obtain tags of objects present in an image , read text in an image. The back end is developed using .NET Core 2.2, Web API and Azure. The front end is develo…