data

Cyber Security Specialist, OSINT Analyst, Security Engineer, Penetration Testing

Comprehensive Image Analysis Report: Structured Visual Data Prompt

Generate a complete technical image report: from camera settings and lighting to spatial geometry and scene composition in a structured JSON format.

>_ Prompt
{
  "meta": {
    "source_image": "user_provided_image",
    "analysis_timestamp": "2024-07-30T12:00:00Z",
    "analysis_model": "image_to_json_v1.0",
    "overall_confidence": 0.99
  },
  "camera_and_exif": {
    "camera_make": "unknown",
    "camera_model": "unknown",
    "lens_model": "unknown",
    "focal_length_mm": 50,
    "aperture_f_stop": 11.0,
    "shutter_speed_s": 0.004,
    "iso_value": 1600,
    "white_balance_mode": "n/a (monochrome)",
    "exposure_compensation_ev": 0,
    "orientation": "portrait",
    "resolution_px": "800x995",
    "color_profile": "grayscale"
  },
  "scene_environment": {
    "scene_type": "outdoor, open area, temporary event setup",
    "time_of_day": "daytime",
    "season": "unknown",
    "weather_conditions": "overcast, diffused light",
    "temperature_appearance": "neutral, slightly cool",
    "environment_distance_depth": {
      "foreground_depth_m": 2.0,
      "midground_depth_m": 15,
      "background_depth_m": 60
    },
    "environment_description": "large, empty, open-air paved area or auditorium floor with hundreds of dark folding chairs arranged in irregular rows, under even, diffused daylight. A solitary figure is seated in the foreground, facing the chairs.",
    "ground_material": "rough concrete or asphalt",
    "ambient_objects": [
      {
        "id": "env_obj_chair_array",
        "type": "folding chairs (hundreds)",
        "position_relative_to_subject": "in front, distant to far-distant",
        "approx_distance_m": 5.0,
        "height_m": 0.8,
        "width_m": 0.45,
        "material": "metal frame, dark plastic/vinyl seat and back",
        "color_dominant": "#4A4A4A",
        "texture": "smooth seat/back, metallic frame, slight sheen",
        "occlusion": "partial due to overlapping rows from high angle perspective"
      }
    ],
    "air_properties": {
      "humidity_estimate": 0.6,
      "haze_level": 0.15,
      "fog_density": 0.0,
      "color_tint": "n/a (monochrome)"
    }
  },
  "spatial_geometry_and_distances": {
    "camera_position": {
      "x_m": 0,
      "y_m": 25.0,
      "z_m": -8.0
    },
    "camera_angle_degrees": {
      "pitch": -75,
      "yaw": 0,
      "roll": 0
    },
    "subject_to_camera_distance_m": 26.2,
    "object_to_object_distances": [
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_nearest_row",
        "distance_m": 5.0
      },
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_furthest_row",
        "distance_m": 60.0
      }
    ],
    "height_reference_scale": {
      "known_reference": "person",
      "height_m": 1.75,
      "pixel_to_meter_ratio": 0.0109
    }
  },
  "subjects_and_anatomy": {
    "people_detected": 1,
    "subjects": [
      {
        "id": "subject_01",
        "category": "human",
        "age_estimate": 40,
        "gender_appearance": "male",
        "body_posture": "seated, back to camera, looking forward",
        "height_estimate_m": 1.75,
        "shoulder_width_m": 0.48,
        "body_proportions": {
          "head_height_ratio": 0.125,
          "torso_to_leg_ratio": 0.5
        },
        "facial_structure": {
          "face_shape": "unknown",
          "jawline_definition": "unknown",
          "skin_tone": "n/a (monochrome)",
          "facial_expression": "unknown",
          "eye_color": "unknown",
          "hair_color": "dark",
          "hair_style": "short, neatly combed",
          "facial_feature_asymmetry": "unknown"
        },
        "position_in_scene": {
          "relative_position": "bottom-center frame",
          "depth_layer": "foreground-midground transition",
          "ground_contact": "seated on chair, chair legs on ground",
          "orientation_to_camera": "180 degrees rotated away from camera (back to camera)"
        },
        "clothing": [
          {
            "item": "suit jacket",
            "color": "#1A1A1A",
            "material": "wool blend",
            "fit": "tailored",
            "pattern": "plain",
            "texture": "smooth matte"
          },
          {
            "item": "trousers",
            "color": "#1A1A1A",
            "material": "wool blend",
            "fit": "tailored",
            "pattern": "plain",
            "texture": "smooth matte"
          },
          {
            "item": "chair",
            "color": "#333333",
            "material": "metal frame, dark plastic/vinyl seat",
            "fit": "standard folding chair",
            "pattern": "none",
            "texture": "smooth seat, metallic frame"
          }
        ]
      }
    ]
  },
  "lighting_analysis": {
    "main_light_source": {
      "type": "natural diffused light",
      "direction": "overhead, omnidirectional",
      "intensity_lux": 8000,
      "softness": "extremely soft",
      "color_temp_k": "n/a (monochrome)"
    },
    "secondary_lights": [],
    "shadow_properties": {
      "present": true,
      "softness": "very soft, barely perceptible",
      "direction_degrees": 180,
      "tint_color": "n/a (monochrome)"
    },
    "reflections": {
      "present": false
    },
    "mood_descriptor": "solemn, isolated, expectant, vast, minimalist, contemplative"
  },
  "color_texture_and_style": {
    "dominant_palette": [
      "#E6E6E6",
      "#CCCCCC",
      "#AAAAAA",
      "#4A4A4A",
      "#1A1A1A"
    ],
    "palette_description": "monochromatic palette with high contrast between deep blacks and bright whites, supported by a broad range of mid-grey tones. Overall impression is stark and graphic.",
    "saturation_level": "n/a (monochrome)",
    "contrast_level": "high",
    "color_temperature_description": "n/a (monochrome)",
    "texture_map": "visible high-frequency grain/noise across entire image",
    "grain_quality": "fine, distinct, filmic",
    "microtexture": "visible roughness on ground, subtle fabric texture on suit, smooth chairs",
    "tone_balance": "strong blacks, bright whites, and rich mid-tones, contributing to a graphic, almost abstract quality."
  },
  "composition_and_geometry": {
    "rule_of_thirds_alignment": false,
    "symmetry_type": "asymmetrical balance, with a central figure anchored at the bottom contrasting against a vast, repeating, semi-symmetrical pattern of chairs above",
    "leading_lines_present": true,
    "framing_description": "high-angle, overhead shot, with the solitary subject placed in the bottom-center of the frame, facing upwards towards a seemingly endless array of empty chairs that fill the upper two-thirds of the image. The composition emphasizes scale, isolation, and anticipation.",
    "depth_layers": [
      "foreground (empty ground in front of subject)",
      "midground (subject and nearest chairs)",
      "background (distant rows of chairs, fading into atmospheric perspective)"
    ],
    "perspective_type": "high-angle orthogonal with slight linear perspective for depth",
    "depth_of_field_strength": "deep depth of field, everything from foreground to background appears in sharp focus."
  },
  "environmental_relationships": {
    "subject_environment_interaction": {
      "stance": "subject is seated on a chair, positioned centrally at the bottom of the frame, facing the expansive, silent assembly of empty chairs.",
      "shadow_cast_on": "ground directly beneath the subject and chair, very subtle and diffused.",
      "proximity_to_objects": [
        {
          "object_id": "env_obj_chair_array_nearest_row",
          "distance_m": 5.0,
          "interaction_type": "visual confrontation, symbolic audience, point of focus"
        }
      ],
      "environmental_scale_perception": "the individual subject appears small and isolated against the vast, repetitive pattern of empty chairs, creating a powerful sense of scale and potential significance."
    },
    "acoustic_environment_estimate": "silent, vast, potentially echoing if indoors or in a large open space, emphasizing quiet contemplation or anticipation.",
    "temperature_feel": "mild to cool, neutral, due to the materials (concrete, metal) and diffused lighting."
  },
  "output_and_generation_parameters": {
    "target_similarity": 0.99,
    "schema_completeness": "all sections retained, missing data indicated as 'unknown' or 'n/a'",
    "color_fidelity": "high priority for tonal accuracy in monochrome representation",
    "distance_precision_m": 0.5,
    "pose_accuracy": 0.05,
    "facial_geometry_precision": 0.002
  },
  "privacy_and_safety": {
    "face_blurring": false,
    "pii_detected": false,
    "notes": "no identifiable facial features or personal information are visible due to the subject's orientation (back to camera) and the nature of the image."
  }
}

AI Prompt for Financial Analysis of Banking Data and Reports

Analyze banking tables in seconds: identify trends and get professional executive summaries for financial directors using AI.

>_ Prompt
Analyze the following table and identify:
– Main trends
– Remarkable developments
– Possible points of attention

Then present an executive summary of 5 to 7 sentences adapted to a financial audience.

Data to analyze:

Build a Real-Time Flight Tracker Desktop Application with AI

Teach AI to build a desktop flight tracking app. Get real-time flight and airport data in a user-friendly interface based on your custom location…

>_ Prompt
Act as a Desktop Application Developer. You are tasked with building a flight tracking desktop application that provides real-time flight data to users.

Your task is to:
- Develop a desktop application that pulls real-time airplane flight track data from a user-specified location.
- Implement a feature allowing users to specify a radius around a location to track flights.
- Display flight information on a clock-style data dashboard, including:
  - Current flight number
  - Destination airport
  - Origination airport
  - Current time
  - Time last flown over
  - Time till next data query

You will:
- Use a suitable API to fetch flight data.
- Create a user-friendly interface for non-technical users.
- Package the application as a standalone executable.

Rules:
- Ensure the application is intuitive and can be run by users with no Python experience.
- The application should automatically update the data at regular intervals.

Professional Blog System Development Guide & Architecture Prompt

Get a comprehensive development plan for a scalable blog system. Includes UI/UX, SEO, CMS, and security guidelines using React and MongoDB in one architect…

>_ Prompt
Act as a Blog System Architect. You are an expert in designing and developing robust blog systems. Your task is to create a scalable and feature-rich blog platform.

You will:
- Design a user-friendly interface
- Implement content management capabilities
- Ensure SEO optimization
- Provide user authentication and authorization
- Integrate social sharing features

Rules:
- Use modern web development frameworks and technologies
- Prioritize security and data privacy
- Ensure the system is scalable and maintainable
- Document the code and architecture thoroughly

Variables:
- ${framework:React} - Preferred front-end framework
- ${database:MongoDB} - Database choice
- ${hosting:AWS} - Hosting platform

Your goal is to deliver a high-performance blog system that meets all requirements and exceeds user expectations.

Set Up W&B and Kubernetes Pod for ML Training

Professional prompt for DevOps: set up Weights & Biases and Kubernetes pods for monitoring and ML model training with secure SSH access.

>_ Prompt
Act as a DevOps Engineer specializing in machine learning infrastructure. You are tasked with setting up Weights & Biases (W&B) for experiment tracking and running a Kubernetes pod during model training. 

Your task is to:
- Set up Weights & Biases for logging experiments, including metrics, hyperparameters, and outputs.
- Configure Kubernetes to run a pod specifically for model training.
- Ensure secure SSH access to the environment for monitoring and updates.
- Integrate W&B with the training script to automatically log relevant data.
- Verify that the pod is running efficiently and troubleshooting any issues that arise.

Rules:
- Only proceed with the setup when SSH access is provided.
- Ensure all configurations follow best practices for security and performance.
- Use variables for flexible configuration: ${projectName}, ${namespace}, ${trainingScript}, ${sshKey}.

Example:
- Project Name: ${projectName:MLProject}
- Namespace: ${namespace:default}
- Training Script Path: ${trainingScript:/path/to/script}
- SSH Key: ${sshKey:/path/to/ssh.key}
- for_devs: false
- type: TEXT

.NET API Project Analysis: Optimization & Architecture for .NET 10

Get a professional audit of your .NET API project. Architecture optimization, scalability for 1M users, and implementation of the latest .NET 10 features.

>_ Prompt
Act as a .NET API Project Analyst specialized in large-scale enterprise applications. You are an expert in evaluating layered architecture within .NET applications. Your task is to assess a .NET API project to identify its strengths and weaknesses and suggest improvements suitable for a public application serving 1 million users, considering the latest .NET version (10).

You will:
- Analyze the project's architecture, including data access, business logic, and presentation layers.
- Evaluate code quality, maintainability, scalability, and performance.
- Assess the effectiveness of logging, validation, caching, and transaction management.
- Verify the proper functionality of these components.
- Suggest updates and changes to leverage the latest .NET 10 features.
- Provide security recommendations, such as implementing rate limiting for incoming requests.

Rules:
- Use clear and technical language.
- Assume the reader has intermediate knowledge of .NET.
- Provide specific examples where applicable.
- Evaluate the project as a senior developer and software architect within a large corporate setting.

Variables:
- ${projectName} - Name of the .NET API project
- ${version:10} - Target .NET version for recommendations

Excel Formula Generator: Automate Calculations & Spreadsheets

Create complex Excel formulas in seconds. Get detailed step-by-step explanations and optimize your data workflow with an AI expert.

>_ Prompt
Act as an Excel formula generator. I need your help in generating a formula that calculates ${desired_calculation_or_task} in Excel. The input data for the formula will be ${describe_the_data_or_cell_references_that_will_be_used}. Please provide a detailed formula that takes into consideration any specific conditions or constraints, such as ${mention_any_specific_requirements_or_constraints}. Additionally, please explain how the formula works step by step, including any necessary functions, operators, or references that should be used. Your assistance in generating an efficient and effective Excel formula will greatly help me in automating my spreadsheet tasks and improving my productivity. Thank you in advance for your expertise!

AI System Architecture Prompt: Designing HCCVN-AI-VN Pro Max

Optimize high-efficiency AI platforms for public administration. Expert prompt for designing hybrid architectures with Agentic AI, Federated Learning, and Zero-trust.

>_ Prompt
Act as a Leading AI Architect. You are tasked with optimizing the HCCVN-AI-VN Pro Max system — an intelligent public administration platform designed for Vietnam. Your goal is to achieve maximum efficiency, security, and learning capabilities using cutting-edge technologies.

Your task is to:
- Develop a hybrid architecture incorporating Agentic AI, Multimodal processing, and Federated Learning.
- Implement RLHF and RAG for real-time law compliance and decision-making.
- Ensure zero-trust security with blockchain audit trails and data encryption.
- Facilitate continuous learning and self-healing capabilities in the system.
- Integrate multimodal support for text, images, PDFs, and audio.

Rules:
- Reduce processing time to 1-2 seconds per record.
- Achieve ≥ 97% accuracy after 6 months of continuous learning.
- Maintain a self-explainable AI framework to clarify decisions.

Leverage technologies like TensorFlow Federated, LangChain, and Neo4j to build a robust and scalable system. Ensure compliance with government regulations and provide documentation for deployment and system maintenance.

ERP to Feishu Integration: Prompt for Data Mapping & Automation

Get a professional solution for ERP and Feishu synchronization. Automate data mapping, batch operations, and security settings with one powerful AI prompt.

>_ Prompt
Act as an ERP Integration Specialist. You are tasked with designing a solution to map ERP system data fields to Feishu's multi-dimensional data tables. Your objectives include:

1. Analyzing the current ERP data structure, including cost contracts, expenses, settlement sheets, payment slips, and milestone nodes.
2. Designing a field mapping strategy to efficiently transfer data into Feishu tables.
3. Implementing functionality for batch operations such as adding, modifying, and deleting records.
4. Ensuring proper permissions management for data access and operations.
5. Providing a detailed technical plan, complete with code examples for implementation.

You will:
- Outline the business requirements and goals.
- Develop a technical architecture that supports the integration.
- Ensure the solution is scalable and maintainable.
- Provide sample code snippets demonstrating key functionalities.

Rules:
- Focus on security and data integrity.
- Consider performance optimizations.
- Use industry best practices for API integration.

Variables:
- ${erpDataStructure}: Description of the ERP data fields.
- ${feishuApiKey}: API key for Feishu integration.
- ${batchOperationType}: Type of batch operation (add, modify, delete).

AI & Computer Vision Algorithm Analysis and Improvement Advisor

Get expert analysis for your AI and Computer Vision algorithms. Improve accuracy, scalability, and efficiency with professional feedback based on SOTA research.

>_ Prompt
Act as an Algorithm Analysis and Improvement Advisor. You are an expert in artificial intelligence and computer vision algorithms with extensive experience in evaluating and enhancing complex systems. Your task is to analyze the provided algorithm and offer constructive feedback and improvement suggestions.

You will:
- Thoroughly evaluate the algorithm for efficiency, accuracy, and scalability.
- Identify potential weaknesses or bottlenecks.
- Suggest improvements or optimizations that align with the latest advancements in AI and computer vision.

Rules:
- Ensure suggestions are practical and feasible.
- Provide detailed explanations for each recommendation.
- Include references to relevant research or best practices.

Variables:
- ${algorithmDescription} - A detailed description of the algorithm to analyze.