🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "illustration"

Found 10 matching component(s)

  • class LLMHandler

    Handles OpenAI LLM interactions with optimized prompts for analyzing handwritten and drawn content, providing comprehensive responses with optional hybrid graphics integration.

    File: /tf/active/vicechatdev/e-ink-llm/llm_handler.py

    openai llm gpt-4 image-analysis handwriting-recognition
  • function create_instruction_diagram

    Generates a sample instructional diagram image showing step-by-step coffee making instructions with text, lines, shapes, and an arrow pointing to a coffee maker illustration.

    File: /tf/active/vicechatdev/e-ink-llm/demo.py

    image-generation PIL Pillow diagram instructions
  • class HybridResponseHandler

    Orchestrates the complete workflow for generating hybrid PDF documents that combine LLM text responses with dynamically generated graphics (charts, diagrams, illustrations).

    File: /tf/active/vicechatdev/e-ink-llm/hybrid_response_handler.py

    pdf-generation hybrid-content graphics-generation async document-assembly
  • class HybridPromptEnhancer

    A utility class that enhances LLM prompts by adding instructions and formatting guidelines to encourage hybrid text+graphics responses with embedded graphic placeholders.

    File: /tf/active/vicechatdev/e-ink-llm/hybrid_response_handler.py

    prompt-engineering llm graphics hybrid-output text-enhancement
  • function demo_graphics_generation

    Demonstrates the generation of three types of graphics (bar chart, process diagram, and mathematical illustration) using the GraphicsGenerator class with e-ink optimized styling.

    File: /tf/active/vicechatdev/e-ink-llm/demo_hybrid_mode.py

    demo graphics-generation async visualization chart
  • function demo_hybrid_response

    Demonstrates end-to-end hybrid response processing by converting an LLM response containing text and graphics placeholders into a formatted PDF document.

    File: /tf/active/vicechatdev/e-ink-llm/demo_hybrid_mode.py

    demo hybrid-response pdf-generation graphics-processing async
  • function demo_placeholder_parsing

    Demonstrates the parsing of graphics placeholders embedded in text by extracting and displaying placeholder metadata including type, description, ID, and parameters.

    File: /tf/active/vicechatdev/e-ink-llm/demo_hybrid_mode.py

    demo testing placeholder-parsing graphics text-processing
  • class GraphicType

    An enumeration class that defines the types of graphics that can be generated in the system.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    enum enumeration graphics types constants
  • class IllustrationGenerator

    A class that generates educational illustrations and technical drawings for mathematical and scientific concepts using matplotlib and programmatic rendering.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    illustration educational graphics matplotlib visualization
  • class GraphicsGenerator

    GraphicsGenerator is a coordinator class that orchestrates the generation of different types of graphics (charts, diagrams, illustrations, and sketches) by delegating to specialized generator classes.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    graphics visualization coordinator async chart-generation

Search Examples