Product Feedback Associate Professor - Artificial Intelligence - Functional and Logic Programming Software Developer/ Data Scientist - Pilot projects with large companies in Europe
CosmosDB Azure SQL Data Lake Table Queue Blob File Share Azure ML Bot Framework Azure Web App Azure Function Azure IoT Databricks Vision Face Custom Vision LUIS + Text QnA Maker Power BI Power Apps IaaS PaaS PaaS+
= np.array(imgs).astype(np.float32)/255.0 res = (np.average(imgs,axis=0)*255.0).astype(np.uint8) b = cv2.imencode('.jpg',res)[1] r = blob.create_blob_from_bytes("out",f"{name}.jpg",b.tobytes()) return func.HttpResponse(f"https://{act}.blob.core.windows.net/out/{name}.jpg")