Skip to content

Blog

Data centric AI

Overview

Figure 1 DevOps with AI

In the traditional model-centric AI lifecycle, the focus is on finding better models to enhance performance, with data largely unchanged. This approach overlooks data quality issues like missing values, incorrect labels, and anomalies. Data-centric AI shifts the emphasis from models to systematic data engineering to build AI systems.

Data centric AI vs. model centric AI

Refrences

Raspberry PI with github actions runner

Overview

Figure 1 DevOps with AI

Dashboard to overview the runners

Raspberry PI 5 to enable read/write google sheet

Raspberry PI to get self-hosted runner status from github API

Raspberry PI 5 to enable camera

sudo apt install -y python3-picamera2
sudo apt install -y python3-opencv

Refrences

Gitlab-runner in Synology NAS

Overview

Figure 1 DevOps with AI
1
2
3
4
5
6
7
8
# For files with "RSA" in the name
openssl rsa -in RSA-privkey.pem -out rsa.key

# For files with "ECC" in the name
openssl ec -in ECC-privkey.pem -out ecc.key

# For certificate files (regardless of type)
openssl x509 -in cert.pem -out cert.crt

Refrences

Biz-Needs-Tech-Alignment

Technology must align with the goals of User needs and Businees Goals or it is just a works make things more complicated.

with this idea, you can work smarter, not harder.

Technology mainly focus on system integration and its related components and output as Biz,Process (flow), Services, Products and etc.

The component can be Algorithm, Application, Software, Hardware, System.

References