Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

LAB271/ai-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Demos

A collection of practical AI and machine learning demonstrations showcasing real-world applications in cybersecurity and data analysis.

Purpose

This project demonstrates how AI and machine learning can be applied to solve common challenges in cybersecurity and IT operations. Each demo uses synthetic data to illustrate practical workflows that can be adapted for production environments.

The demos focus on:

  • Security Monitoring - Anomaly detection in logs and access patterns
  • Cost Optimization - AI-driven analysis of cloud spending
  • Access Management - Automated validation and risk assessment

Demos

Demo Description Focus Area README
001 SQL Server Log Anomaly Detection & LLM Cybersecurity View README
002 Azure Cost Analysis & LLM Cloud Operations View README
003 IAM Access Request Analysis & Validation Identity Management View README
004 SQL Server Query Store DMV Synthetic Data Generator Database Performance View README

Getting Started

  1. Clone the repository:

    git clone https://github.com/LAB271/ai-demos.git
    cd ai-demos
  2. Set up environment:

    make env  # uv venv && uv sync
    source .venv/bin/activate
  3. Choose a demo and follow its README:

    • Each demo is self-contained with its own instructions
    • Synthetic data is generated automatically
    • No external dependencies or APIs required to get started

Why Synthetic Data?

These demos use synthetic data to:

  • Ensure Privacy - No real customer or security data is exposed
  • Enable Learning - Anyone can run the demos without access to production systems
  • Demonstrate Patterns - Controlled datasets show clear examples of the techniques
  • Facilitate Testing - Predictable data makes it easy to validate the AI models

About

Set of scripts to play and demo AI

Resources

License

Stars

Watchers

Forks

Contributors