Skip to content

Instantly share code, notes, and snippets.

View wyattowalsh's full-sized avatar
:shipit:
Hey there GitHub folks! 👋

Wyatt Walsh wyattowalsh

:shipit:
Hey there GitHub folks! 👋
View GitHub Profile
@wyattowalsh
wyattowalsh / ossinsight-public-api-spec.json
Last active June 28, 2025 20:20
OSSInsight Public API Spec (JSON)
{
"openapi": "3.0.3",
"info": {
"title": "OSSInsight Public API",
"description": "\nOSSInsight Public APIs (beta) provide a convenient way to access insight data for open source projects on GitHub, supplementing the existing GitHub API.\n\nIt provides data query in different dimensions, including:\n\n```mdx-code-block\nimport DocCardList from '@theme/DocCardList';\nimport {useCurrentSidebarCategory} from '@docusaurus/theme-common';\n\n<DocCardList items={useCurrentSidebarCategory().items.filter((item) => {\n // Exclude Introduction and Showcase pages\n return item.docId !== 'api/showcase' && item.docId !== 'api/ossinsight-public-api';\n})}/>\n```\n\n## Usage\n\nThe OSSInsight Public API is designed to follow the OpenAPI specification and can be accessed by initiating HTTP requests using the command line `curl` or web request libraries in different programming languages.\n\n### Base URL\n\nAll API requests are based on the following URL:\n\n```shell\n[https://api.ossinsight.io/v1](https://api
{
"@context": {
"skos": "http://www.w3.org/2004/02/skos/core#",
"schema": "http://schema.org/",
"name": "schema:name",
"url": "schema:url",
"description": "schema:description",
"text": "schema:text",
"summary": "schema:abstract",
"highlights": "schema:comment",
{
"@context": {
"name": "http://schema.org/name",
"related": "http://www.w3.org/2004/02/skos/core#related",
"Skill": "http://schema.org/DefinedTerm",
"Interest": "http://schema.org/DefinedTerm",
"SkillKeyword": "http://schema.org/DefinedTerm",
"InterestKeyword": "http://schema.org/DefinedTerm"
},
"@graph": [
@wyattowalsh
wyattowalsh / .python-version
Last active May 30, 2025 17:07
Infinite Loop Coding Challenge
3.13
@wyattowalsh
wyattowalsh / Python Video Enhancer Script TUI for macOS -- README.md
Last active April 27, 2025 09:20
Python Video Enhancer Script TUI for macOS

enhance_video.py

Python CLI/TUI for Waifu2x + RIFE video enhancement.

  • Single resolution knob-k 1|2|4|8|12 (auto-picks Waifu2x scale chain)
  • Pydantic validates every flag
  • Rich progress bar & Loguru debug logs
  • GPU rife-ncnn-vulkan auto-detected; falls back to CPU minterpolate
  • Zero temp files (pure streaming FFmpeg → Waifu2x → RIFE)
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Wyatt Walsh",
"label": "Data Integrations Software Engineer | AI, Data, Software, & Optimization | JPMorgan Chase & Co.",
"image": "https://i.ibb.co/FLtKMt6p/avatar-min.webp",
"email": "[email protected]",
"phone": "(209) 602-2545",
"url": "https://www.w4w.dev",
"summary": "Accomplished Senior Software Engineer and data engineering specialist bridging advanced operations research with AI-driven optimization strategies. Drawing on extensive experience at JPMorgan Chase & Co., I architect compliance-centric, real-time data infrastructures that empower critical enterprise decision-making. Skilled in synthesizing theoretical constructs into robust, high-availability software pipelines, I have led cross-functional teams, implemented fault-tolerant frameworks, and championed leading-edge AI solutions. My enduring commitment to research-driven innovation and stringent

waka

// Final Production Version: p5.js sketch for exporting a highly detailed SVG background
let svg;
function setup() {
svg = createGraphics(windowWidth, 300, SVG);
noLoop();
}
function draw() {
// Gradient Background with Complex Color Layers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wyattowalsh
wyattowalsh / crawl4ai-user-guide.md
Created November 5, 2024 18:10
Crawl4AI User Guide

Crawl4AI Enhanced User Guide

Crawl4AI (version 0.3.73) is a powerful, open-source Python library tailored for large-scale web crawling and data extraction. It simplifies integration with Large Language Models (LLMs) and AI applications through robust, efficient, and flexible extraction techniques.


Table of Contents