Add monitoring and alerting mechnism#910
Open
ML217 wants to merge 82 commits into
Open
Conversation
Engine fixes: - Engine.Dockerfile: deploy echo_engine_iot.py as echo_engine.py so the IoT engine actually runs in Docker - Engine/requirements.txt: add scikit-learn (imported but missing) - echo_engine.json: add API_URL field to replace hardcoded endpoint - echo_engine_iot.py: read API URL from config, remove duplicate import, add _handle_edge_prediction() for edge devices, route on payload type - test_iot_integration.py: fix import so unit tests run locally Light engine MQTT fix: - light_echo_engine.json: correct MQTT_CLIENT_URL from mqtt-broker to ts-mqtt-server-cont, fixing DNS resolution error on startup - torch_impl/requirements.txt: add paho-mqtt==1.6.1, pymongo, geopy, google-cloud-storage (all imported but missing) Edge inference (new): - IoT/edge_inference/iot_edge_client.py: RPi script that records audio, runs EfficientNetV2 TFLite on-device, publishes only prediction result over MQTT (no audio transmitted) - IoT/edge_inference/requirements.txt: RPi deps - IoT/edge_inference/README.md: deployment guide
Signed-off-by: mraula <96328895+mraula@users.noreply.github.com>
Added error_analysis folder with analysis notebook and resulting output that covers core essentials of production model strengths and weaknesses.
Updated Onboarding Task with YZ
Signed-off-by: Kishan Fernando <116418723+KishanFW@users.noreply.github.com>
…Task Ee/of/onboarding task
…g-task Completed onboarding task - added bird descriptions
…g-task Add onboarding task
…lity-guide Add engine maintainability guide and handover workbook
…diness Sprint 2 Task 4 Dataset Readiness Workflow
…diness Ee/ds/dataset readinessSprint 2 Task 4 Dataset Readiness Workflow
…apping Added ALA label mapping validation workflow
…nfidence-eval Add Sprint 2 Task 2 deliverable: calibration evaluation report
Created final Error Analysis Report from data gathered from the error_analysis Notebook.
…ysis Create Error Analysis Report.pdf
…standardisation Ee/ka/calibrated confidence standardisation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added health check verification and add service update, response time and error rate monitoring