Skip to content
View praveenc's full-sized avatar
🎯
Focusing
🎯
Focusing
  • United States

Block or report praveenc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. local-llm-ui local-llm-ui Public

    Run AI conversations locally with Ollama, LMStudio OR Amazon Bedrock

    TypeScript 1

  2. cloudscape-docs-mcp cloudscape-docs-mcp Public

    A Model Context Protocol (MCP) server that provides semantic search over AWS Cloudscape Design System documentation.

    Python 1

  3. office-doc-extractor office-doc-extractor Public

    Extract text from Microsoft Office documents (DOCX, XLSX, PPTX, PDF) and HTML files for LLM processing - fast, free, and AWS Lambda ready.

    Python 1

  4. mcp_examples mcp_examples Public

    Example implementations of MCP servers and clients

    Python 1

  5. strands-agents-examples strands-agents-examples Public

    Building single and multi-agents with Strands SDK

    Python 1

  6. .aliases .aliases
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Easier navigation: .., ..., ...., ....., ~ and -
    4
    alias ..="cd .."
    5
    alias ...="cd ../.."