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
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
This sample project shows off how to prepare and deploy to Azure Web Apps a simple Python web service with an image classifying model produced in CNTK (Cognitive Toolkit) using FasterRCNN
Demonstrates a pattern (using the adal4j library) for integrating Azure AD authentication with a legacy authentication system, and illustrating one approach to migrating users from the legacy auth system over to Azure AD.
This project builds a Kidney Stone Detection system using a Multi-Layer Perceptron (MLP) model in TensorFlow and Keras to classify medical images as stone or no stone.
This project builds an image classification model using a Convolutional Neural Network (CNN) in TensorFlow and Keras to distinguish between cats and dogs.
The Student Details Form site built to take the data like Name, USN (University Seat Number), Grade, Linked-in Profile Name, Github Profile Name and store it in the Mongo DB Atlas Cloud. Its Hosted Under Azure Web Service.
A 6-file (1 app, 1 test, 1 Azure DevOps Pipeline, 1 framework config, 1 Readme, 1 GitIgnore) repo that builds Hello World for an Azure App Service Web App live website
A group assignment which being assigned at the last semester of Degree, which is an assessment that required each of the team member to apply the technical knowledge of cloud computing into Azure and implement it via the topic presented from the assignment question with the C# language. The topic selected by our team at the time is a fish market…
Student Exam Performance Predictor is an end-to-end machine learning project that trains a regression model to estimate a student’s maths score from demographic and academic profile data, then serves predictions through a Flask web application. The repository includes the full pipeline.