15-day longest streak
-
onefilellm ★ PINNED
Specify a github or local repo, github pull request, arXiv or Sci-Hub paper, Youtube transcript or documentation URL on the web and scrape into a text file and clipboard for easier LLM ingestion
Python ★ 2.0k 1mo agoExplain → -
Kosmos ★ PINNED
Kosmos: An AI Scientist for Autonomous Discovery - An implementation and adaptation to be driven by Claude Code or API - Based on the Kosmos AI Paper - https://arxiv.org/abs/2511.02824
Python ★ 556 3mo agoExplain → -
claudecode_gemini_and_codex_swebench ★ PINNED
Toolkit for measuring Claude Code and Codex performance over time against a baseline using SWEbench-lite dataset **No API key required for Max or Pro subscribers**
Python ★ 32 8mo agoExplain → -
cctrace ★ PINNED
Claude Code Trace - Export Claude Code chat sessions into markdown and XML
Python ★ 199 6mo agoExplain → -
claude_n_codex_api_proxy ★ PINNED
Claude Code and Codex API Routing Proxy
Python ★ 25 8mo agoExplain → -
claude-repo-xray ★ PINNED
Deterministic Python codebase analysis + LLM-powered deep investigation for AI coding assistants. Solves the cold start problem: Layer 1 extracts 37+ signals from AST/imports/git in seconds (95% token reduction). Layer 2 spawns parallel investigation agents producing comprehensive onboarding documents with file:line evidence citations.
Python ★ 2 3mo agoExplain → -
document_intelligence
Automated Document Intelligence Workflow
Python ★ 40 8mo agoExplain → -
langextract_implementation_and_extension
A full-featured, production-ready implementation that extends the core LangExtract library with Gemini 2.5 models, adding template management, batch processing, URL fetching, reference resolution, quality scoring, multi-pass extraction, and HTML/GIF visualization to create a complete document intelligence platform.
Python ★ 6 8mo agoExplain → -
docs2xml
Command-line utility that crawls website docs and archives them in XML format for LLM ingestion
Python ★ 5 1y agoExplain → -
code_report
Comprehensive local repo report generation
Python ★ 5 1y agoExplain → -
claude-code-plugin-marketplace
Community Claude Code plugin marketplace - skills, agents, commands, and hooks for extending Claude Code. Import/export tools included.
Python ★ 4 18h agoExplain → -
hey-claude
Hey Claude - ultralight CLI launcher for Claude
Shell ★ 4 10mo agoExplain → -
tmux-spawn-skill-for-claude-code
Claude Code skill for spawning observable tmux sessions. Launch background Claude agents in visible terminal panes instead of blind subprocesses. Handles session management, command sending, and output capture. install_prompt.md users AskUserQuestion tool for user specific install customizations.
Shell ★ 4 5mo agoExplain → -
claude-dev ⑂
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.
TypeScript ★ 3 10mo agoExplain → -
notebooks_langchain
Notebooks for langchain
★ 3 3y agoExplain → -
agi_prompts
Prompts for future AI systems
★ 3 6mo agoExplain → -
mcp_code_executor ⑂
The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.
JavaScript ★ 3 1y agoExplain → -
mail2GPT
AI Email Analysis Pipeline with GPT-4, o1 Pro, qstash, digital_ocean, and resend
Python ★ 3 1y agoExplain → -
AgentOS
A Unix-native runtime for LLM agents. Agents interact via filesystem paths and CLI commands rather than framework-specific APIs.
★ 2 6mo agoExplain → -
screen2base64
convert screenshot in clipboard to base 64 and return to clipboard for pasting into remote terminal
Python ★ 2 1y agoExplain → -
TAO
Task Automation Orchestrator Agent (Tao Agent) using OpenAI Assistants API and function calling
Python ★ 2 2y agoExplain → -
claude-code-system-3-thinking
Implementation of System 3 (meta-cognitive layer) from the Sophia paper as a Claude Code extension for persistent memory and self-improvement
Python ★ 2 7mo agoExplain → -
Llama2RAG ⑂
A working example of RAG using LLama 2 70b and Llama Index
Jupyter Notebook ★ 2 2y agoExplain → -
fine-tune-mistral ⑂
Fine-tune mistral-7B on 3090s, a100s, h100s
★ 2 2y agoExplain → -
Gemini_Claude_Code_Review_Bugfix_Comparison_Evaluation
Claude and Gemini Code Review and Bugfix Competition Evaluation on 1.4 million token repo https://github.com/jimmc414/Kosmos
★ 2 8mo agoExplain → -
FedSpeak
Automated detection of Federal Reserve language shifts in FOMC communications using keyword frequency analysis. Identifies semantic pivots, euphemism adoption, and narrative changes with 0-day detection lag. Supports both manual execution and fully autonomous operation via Claude Code agents.
HTML ★ 2 8mo agoExplain → -
curator ⑂
Synthetic Data curation for post-training and structured data extraction
Python ★ 2 10mo agoExplain → -
olmocr ⑂
Toolkit for linearizing PDFs for LLM datasets/training
Python ★ 2 10mo agoExplain → -
graphrag ⑂
A modular graph-based Retrieval-Augmented Generation (RAG) system
Python ★ 2 10mo agoExplain → -
claude_control
ClaudeControl is a Python library built on pexpect that automatically discovers, fuzz tests, and automates any command-line program using pattern matching and session management.
Python ★ 2 10mo agoExplain → -
dataframes
Upload an XLSX or CSV to a pandas dataframe and display the top 10 results per dataframe
Python ★ 2 2y agoExplain → -
code_lens_llm
Efficient summarization of a Python codebase for LLM ingestion
Python ★ 2 1y agoExplain → -
better_code_analysis_prompts_for_AI
prompt implementation inspired by https://news.ycombinator.com/item?id=42601847 which focuses on better code analysis techniques for AI
★ 2 1y agoExplain → -
voice_command_launcher
lightweight local voice recognition model to launch windows command strings, webpages or scripts
Python ★ 2 1y agoExplain → -
legal_doc_extract
Legal Document Extraction Pipeline (Pydantic + Google Gemini 2.0 Flash) - PoC
Python ★ 2 8mo agoExplain → -
fable2opus_handoff_kit
Prompts and templates that let a stronger Claude model (Fable) build a deviation-resistant execution framework for a successor model (Opus) to run unattended
★ 1 9d agoExplain → -
claude_docs_monitor
Monitors Claude Code documentation for changes. Fetches all pages, stores snapshots in SQLite, produces unified diffs, AI-powered change digests, and config audits.
HTML ★ 1 24d agoExplain → -
opal-harness
OPAL: Orient-Plan-Act-Loop — a minimal agent harness with deterministic completion gates, designed from the LLM's perspective. Spec finalized, Phase 1/2 experiments complete.
Shell ★ 1 3mo agoExplain → -
repo-xray-ts-scanner
TypeScript/JavaScript AST scanner for repo-xray — deterministic codebase analysis for AI coding assistants
TypeScript ★ 1 3mo agoExplain → -
domain_search
Check domain availability via RDAP/WHOIS, generate name suggestions, monitor expiring domains, register via Porkbun API. Direct registry queries — no third-party services in the data path.
Python ★ 1 4mo agoExplain → -
claude-skill-tester
Automated trigger testing and closed-loop optimization for Claude Code skills. Uses claude -p or the Claude Agent SDK for inference. Measures precision/recall/F1, then rewrites frontmatter until the skill fires reliably.
Python ★ 1 3mo agoExplain → -
claude-context-fence
A design pattern for Claude Code skills that separates conversation awareness from dense reference material. Routers (context: inherit) extract user intent; recipes stores (context: fork) hold unbounded reference content at zero token cost to the main context window. Includes 22 working example skill pairs.
★ 1 5mo agoExplain → -
claude-hooks-manager
CLI tool to manage Claude Code hooks with enable/disable toggling. Supports global and project-level settings with slash command integration.
Python ★ 1 7mo agoExplain → -
PowerBI-Desktop-MCP ⑂
The Power BI Desktop MCP Server is a tool that lets AI assistants like Claude interact with your Power BI models programmatically. It enables Claude to read your model structure, run DAX queries, create and modify measures, manage relationships, and perform advanced analytics - all through natural conversation.
★ 1 8mo agoExplain → -
bespoken ⑂
Tools to build your own "taskmaster"
Python ★ 1 8mo agoExplain → -
workflow_document_generation_prompts
Collection of Claude Code workflow creation and visual design prompts
★ 1 8mo agoExplain → -
web-llm ⑂
Bringing large-language models and chat to web browsers. Everything runs inside the browser with no server support.
★ 1 2y agoExplain → -
food_additive_and_nutrition_scanner_app
Scan food labels and barcodes to identify additives using on-device OCR with a signed SQLite additive database for personalized dietary and regulatory risk explanations.
Python ★ 1 8mo agoExplain → -
myers_briggs_test
A Python terminal application that administers an interactive MBTI personality test with 88 questions, featuring session persistence, animated UI, and detailed personality type analysis with export capabilities.
Python ★ 1 11mo agoExplain → -
marker ⑂
Convert PDF to markdown quickly with high accuracy
Python ★ 1 1y agoExplain → -
sota_ocr
OCR a folder optionally through Google Vision API, AWS Textract API or Microsoft Azure Computer Vision API
Python ★ 1 1y agoExplain → -
R2R ⑂
R2R is a RAG (Retrieval-Augmented Generation) engine with a RESTful API and prod features. Including hybrid search, knowledge graphs, and more..
Python ★ 1 2y agoExplain → -
day_tripper
Python implementation of Lewis Carrols method of determining the day of the week
Python ★ 1 2y agoExplain → -
artificial-nose ⑂
Instructions, source code, and misc. resources needed for building a Tiny ML-powered artificial nose.
★ 1 4y agoExplain → -
directus ⑂
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
★ 1 4y agoExplain → -
Halite-III ⑂
In this paper, we apply machine learning to create bots for Halite III, @twosigma's annual A.I. competition. We develop one classifier using Support Vector Machine with Supervised Learning, and one using a Deep Neural Network with Reinforcement Learning
★ 1 5y agoExplain → -
Face-Recognition-Door-Lock ⑂
Identify the face of the owner and open the locked door. This is made using openCv, numpy and operated using Arduino.
★ 1 8y agoExplain → -
cheatsheet ⑂
📜 A compendium of CLI commands I can't stop looking up
★ 1 4y agoExplain → -
spk2gpt
This program is a text proofreading and punctuation fixing tool that uses OpenAI's ChatGPT API. The user is prompted to speak their input, which is then converted to text and sent to the API. The API processes the input and returns a response, which is then copied to the clipboard. The program plays a sound to indicate success.
Python ★ 1 3y agoExplain → -
yt-semantic-search ⑂
OpenAI-powered semantic search for any YouTube playlist – featuring the All-In Podcast. 💪
★ 1 3y agoExplain → -
Create-COBOL-listing
Create a compiler listing with IGYCRCTL
★ 1 3y agoExplain → -
OCR-Script
Ask the user to supply a directory and all supported image files in the directory are OCR'd and there is a .txt file created contains the same name as the image filename.
★ 1 3y agoExplain → -
visual-chatgpt ⑂
Official repo for the paper: Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models
★ 1 3y agoExplain → -
paper-qa ⑂
LLM Chain for answering questions from documents with citations
Python ★ 1 3y agoExplain → -
chatgpt-retrieval-plugin ⑂
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
★ 1 3y agoExplain → -
obsidian-smart-connections ⑂
Chat with your notes in Obsidian! Plus, see what's most relevant in real-time! Interact and stay organized. Powered by OpenAI ChatGPT, GPT-4 & Embeddings.
★ 1 3y agoExplain → -
gpt-engineer ⑂
Specify what you want it to build, the AI asks for clarification, and then builds it.
Python ★ 1 2y agoExplain → -
hijackmultiply
Game for a 9 year old to practice multiplication tables
Python ★ 1 2y agoExplain → -
diff-pdf ⑂
A simple tool for visually comparing two PDF files
★ 1 2y agoExplain → -
photo-similarity-search ⑂
Super simple MLX (apple silicon) CLIP based photo similarity web app
★ 1 2y agoExplain → -
maestro ⑂
A framework for Claude Opus to intelligently orchestrate subagents.
Python ★ 1 8mo agoExplain → -
infinity ⑂
Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of text-embedding models and frameworks.
★ 1 2y agoExplain → -
distilabel ⑂
⚗️ distilabel is a framework for synthetic data and AI feedback for AI engineers that require high-quality outputs, full data ownership, and overall efficiency.
★ 1 2y agoExplain → -
fastrepo
Creates a new Github repo and commits the current directory into it.
Python ★ 1 1y agoExplain → -
TAOv2
v2 of Task Automation Orchestrator (Tao) that removes AI for a more traditional and deterministic approach
Python ★ 1 2y agoExplain → -
open-interpreter ⑂
OpenAI's Code Interpreter in your terminal, running locally
Python ★ 1 1y agoExplain → -
daily_interest_calculator
Daily Interest Calculator
Python ★ 1 1y agoExplain → -
matrix
Matrix Code Display in Python
Python ★ 1 1y agoExplain → -
ADHD-Toolkit-CBT-Based-Worksheets-for-Better-Focus-and-Control
ADHD Toolkit CBT-Based Worksheets for Better Focus and Control
★ 1 1y agoExplain → -
evalchemy ⑂
Automatic Evals for LLMs
★ 1 1y agoExplain → -
reag ⑂
Reasoning Augmented Generation
★ 1 1y agoExplain → -
open-codex ⑂
Lightweight coding agent that runs in your terminal
★ 1 1y agoExplain → -
human_in_the_loop_automation_manager
Human in the Loop Automation Manager "Do nothing script"
Python ★ 1 1y agoExplain → -
news_fetch
news aggregator
Python ★ 1 1y agoExplain → -
claude-engineer ⑂
Claude Engineer is an interactive command-line interface (CLI) that leverages the power of Anthropic's Claude-3.5-Sonnet model to assist with software development tasks. This tool combines the capabilities of a large language model with practical file system operations and web search functionality.
Python ★ 1 1y agoExplain → -
live-api-web-console ⑂
A react-based starter app for using the Live API over websockets with Gemini
★ 1 1y agoExplain → -
gemini-code ⑂
Gemini 2.5 Pro code assistant
★ 1 8mo agoExplain → -
promethean_patterns
An Exploration of Design Patterns for Claude CLI (`claude -p ""`) Orchestration
Shell ★ 1 1y agoExplain → -
agentset ⑂
The open-source RAG platform: built-in citations, deep research, 22+ file formats, partitions, MCP server, and more.
★ 1 9mo agoExplain → -
task_scheduler
Present the days tasks based on current date and task schedules
Python ★ 1 1y agoExplain → -
deadline_reminder
Simple CLI Recurring Deadline Reminder
Python ★ 1 1y agoExplain → -
32kOpenaiAPIcall
No description.
Python ★ 1 3y agoExplain → -
fable_watch
Get alerted the instant Anthropic's Claude Fable 5 comes back online after its government-ordered suspension. Watches via your Claude Max subscription and notifies by terminal, desktop, email, and phone (ntfy). Stdlib-only, cross-platform.
Python ★ 0 1mo agoExplain → -
counted
Constituent pressure scoring and contact tool for the US Senate Iran war funding vote. Ranks senators by expected impact, routes you to a phone call in under 5 minutes. No backend, no accounts.
Python ★ 0 4mo agoExplain → -
claude_metrics
Claude Code metadata extraction and visualization project
Python ★ 0 4mo agoExplain → -
poker_solver
Local-first GTO poker solver — Rust CFR engine, TypeScript/React frontend, Tauri v2. Complete build specification: 195 requirements, 8 crates, 8 milestones. Research-backed by comprehensive GTO Wizard reverse-engineering study.
TypeScript ★ 0 5mo agoExplain → -
mcp_sandbox
Testing of `claude mcp serve`
Python ★ 0 6mo agoExplain → -
ncaa-fbs-ranking-algorithm
Bias-free college football rankings using iterative convergence. Derives team ratings from game outcomes and opponent strength, not human voting.
Python ★ 0 6mo agoExplain → -
black_box_discovery
Reverse-engineer legacy system behavior through controlled database experimentation using snapshot-diff methodology
Python ★ 0 6mo agoExplain → -
agent-stuff ⑂
These are commands I use with agents, mostly Claude
★ 0 6mo agoExplain → -
claude-task-manager ⑂
Claude-first task management CLI with AI-assisted development workflows
Rust ★ 0 6mo agoExplain → -
task-harness
Python task orchestration framework with validation-based error handling for Windows Task Scheduler automation
Python ★ 0 7mo agoExplain → -
BioReason ⑂
BioReason: Incentivizing Multimodal Biological Reasoning within a DNA-LLM Model | NeurIPS '25
★ 0 8mo agoExplain → -
WhisperS2T ⑂
An Optimized Speech-to-Text Pipeline for the Whisper Model Supporting Multiple Inference Engine
Jupyter Notebook ★ 0 7mo agoExplain → -
specbuilder_pretool_hook
Proof of concept: Block Claude Code's built-in AskUserQuestion tool with a PreToolUse hook and redirect to a custom MCP tool via permissionDecisionReason.
Python ★ 0 7mo agoExplain → -
claude-document-dependency-tracker
Lightweight dependency tracking to prevent documentation drift in AI-assisted development workflows. Includes CLAUDE.md protocol, pre-commit hook, and GitHub Action.
Python ★ 0 7mo agoExplain → -
qrcode ⑂
No description.
★ 0 10mo agoExplain → -
pii-masker ⑂
PII Masker is an open-source tool for protecting sensitive data by automatically detecting and masking PII using advanced AI, powered by DeBERTa-v3. It provides high-precision detection, scalable performance, and a simple Python API for seamless integration into workflows, ensuring privacy compliance in various industries.
★ 0 1y agoExplain → -
autodiscovery ⑂
Official code for NeurIPS 2025 paper "AutoDiscovery: Open-ended Scientific Discovery via Bayesian Surprise"
★ 0 7mo agoExplain → -
stardev-feedback ⑂
Capturing feedback for https://stardev.io
★ 0 1y agoExplain → -
claude_code_orchestrator_skill_builder
Claude Code skills for coordinating multiple parallel sessions on the same codebase using git worktrees as the communication layer.
★ 0 7mo agoExplain → -
llm_mastermind_benchmark
A Python CLI tool for benchmarking LLM logical deduction capabilities through configurable Mastermind games. Supports multiple models via LiteLLM and manual clipboard mode for web UIs, with comprehensive JSONL logging for analysis.
Python ★ 0 8mo agoExplain → -
kosmos-research
R&D directory for the Kosmos project
Python ★ 0 8mo agoExplain → -
gemini-cli ⑂
An open-source AI agent that brings the power of Gemini directly into your terminal.
★ 0 8mo agoExplain → -
kosmos-agentic-data-scientist ⑂
An end-to-end Data Scientist
★ 0 8mo agoExplain → -
kosmos-karpathy ⑂
An agentic Machine Learning Engineer
★ 0 8mo agoExplain → -
kosmos-claude-scientific-writer ⑂
A general purpose scientific writer
★ 0 8mo agoExplain → -
kosmos-claude-scientific-skills ⑂
A set of ready to use scientific skills for Claude
Python ★ 0 8mo agoExplain → -
kosmos-claude-skills-mcp ⑂
MCP server for searching and retrieving Claude Agent Skills using vector search
★ 0 8mo agoExplain → -
data-formulator-claude-code-proxy
Claude Code proxy for Microsoft Data Formulator - handles inference and drives UI automation
Python ★ 0 8mo agoExplain → -
prompt_ambiguity_analyzer
Research-driven framework for detecting and resolving prompt conflicts that cause LLM output corruption. Based on 6 peer-reviewed papers on superposition interference and emergent misalignment. Provides meta-prompts analyzing 15 conflict categories with automated disambiguation.
★ 0 9mo agoExplain → -
mainframe_copilot
Creates a local IBM mainframe environment sandbox (MVS 3.8J) controllable via AI Copilot (Claude Code or Codex), allowing mainframe operations, & run CICS transactions. The AI Copilot and TN3270 automation demonstrated here can connect directly to live production IBM mainframes, providing identical AI control for enterprise mainframe operations.
Python ★ 0 10mo agoExplain → -
claude_cli_control
Claude_CLI_Control is a Python library built on pexpect that autonomously discovers, fuzz tests, automates, records and replays any CLI program using Claude Code with zero configuration
Python ★ 0 8mo agoExplain → -
claude_control_temp
documents used for claude_control (codex) vs claude_cli_control (claude_code) brownfield test
★ 0 10mo agoExplain → -
claude_codex_collab
This project is a PoC for a Claude Code and Codex collaborative project with github actions
Python ★ 0 10mo agoExplain → -
advanced_vector_embeding_toolkit_and_cookbook
An Advanced Vector-Embedding Operations Toolkit and Cookbook
Python ★ 0 8mo agoExplain → -
semantic_merge
A Git integrated semantic merge engine that operates on typed ASTs and symbol graphs using CRDT ordered lists to automerge parallel refactors with deterministic, formatter preserving, compiler verified results.
Python ★ 0 8mo agoExplain → -
thread_condenser
converts long Slack, Teams or Outlook threads into concise auditable briefs that list decisions risks actions owners and links back to the exact messages.
Python ★ 0 10mo agoExplain → -
invoice_anomaly_detection_sieve
vendor adaptive invoice screener that learns each vendor’s own patterns for totals, line items, invoice numbers, and bank accounts so it can detect duplicates and anomalies with context instead of applying a single global standard
Python ★ 0 8mo agoExplain → -
friendship
a discussion between a human and AI
★ 0 10mo agoExplain → -
tmux-mcp ⑂
A MCP server for our beloved terminal multiplexer tmux.
★ 0 1y agoExplain → -
docling ⑂
Get your documents ready for gen AI
Python ★ 0 1y agoExplain → -
aider ⑂
aider is AI pair programming in your terminal
★ 0 1y agoExplain → -
file_watch
Utility to verify specific files have been refreshed according to defined schedule
Python ★ 0 1y agoExplain → -
snp500calc
Historical S&P 500 Monthly Investment Growth Calculator
Python ★ 0 1y agoExplain → -
rd-tablebench ⑂
No description.
★ 0 1y agoExplain → -
openai-realtime-solar-system ⑂
Demo showing how to use the OpenAI Realtime API to navigate a 3D scene via tool calling
★ 0 1y agoExplain → -
capture_python_errors
Execute Python and Capture Errors in Clipboard for pasting into an LLM
Batchfile ★ 0 1y agoExplain → -
zerox ⑂
PDF to Markdown with vision models
★ 0 1y agoExplain → -
siapy-lib ⑂
🖼️ A tool for efficient processing of spectral images with Python.
★ 0 1y agoExplain → -
LLM_Mirror_Test
Mirror test LLM eval for Dec 2024 frontier models
★ 0 1y agoExplain → -
flappy_bird
Minimalist **console-based adaptation** of the classic Flappy Bird game, rendered in text
Python ★ 0 1y agoExplain → -
pst_2_json_4_llm
extract emails into json by date, from, subject and body search criteria
Python ★ 0 1y agoExplain → -
scheduler
scheduler_implementation
Python ★ 0 1y agoExplain → -
subprocess_orchestrator
subprocess_orchestrator
Python ★ 0 1y agoExplain → -
transcriptionstream ⑂
turnkey self-hosted offline transcription and diarization service with llm summary
★ 0 2y agoExplain → -
dolphin-system-messages ⑂
Dolphin System Messages
★ 0 2y agoExplain → -
Storm ⑂
No description.
★ 0 2y agoExplain → -
open-webui ⑂
User-friendly WebUI for LLMs (Formerly Ollama WebUI)
★ 0 2y agoExplain → -
sortql-cli ⑂
A file management automation tool with SQL-like syntax.
★ 0 2y agoExplain → -
gpt-prompt-engineer ⑂
No description.
★ 0 2y agoExplain → -
privateGPT ⑂
Interact privately with your documents using the power of GPT, 100% privately, no data leaks
★ 0 3y agoExplain → -
quickbench
Python script to quickly benchmark the performance of IO, CPU, and memory operations on a computer and generate a score for comparison
Python ★ 0 2y agoExplain → -
whisper-jax ⑂
JAX implementation of OpenAI's Whisper model for up to 70x speed-up on TPU.
★ 0 2y agoExplain → -
file_compare
Simple program that just evaluates whether file1 is identical to file2 or not, and if it's not, returns the differences.
Python ★ 0 3y agoExplain → -
yt_to_mp3
Command line Python utility to convert a YouTube link to an mp3 file
Python ★ 0 3y agoExplain → -
wxConfigObj ⑂
GUI editor for .ini config files using wxPython and ConfigObj
★ 0 10y agoExplain → -
kor ⑂
Input: LLMs\nOutput: <json>😽</json>
Python ★ 0 3y agoExplain → -
PipMyRide
PipMyRide is a Python program that generates a pip install command from remote or local repositories.
Python ★ 0 2y agoExplain → -
csvchat
Chat with a CSV
Python ★ 0 3y agoExplain → -
chatbot-ui ⑂
An open source ChatGPT UI.
★ 0 3y agoExplain → -
yeagerai-agent ⑂
No description.
★ 0 3y agoExplain → -
Auto-GPT ⑂
An experimental open-source attempt to make GPT-4 fully autonomous.
★ 0 3y agoExplain → -
ChatDoctor ⑂
No description.
★ 0 3y agoExplain → -
e2b ⑂
e2b (english2bits) is an IDE powered by AI agents. Developers describe what they want to build by writing documentation. Then let AI agents with access to tools do the coding work.
Python ★ 0 3y agoExplain → -
babyagi ⑂
No description.
★ 0 3y agoExplain → -
autoresearcher ⑂
An AI-powered tool for automating literature reviews with concise summaries and relevant citations.
★ 0 3y agoExplain → -
Speech2GPT
No description.
Python ★ 0 3y agoExplain → -
langchain ⑂
Fork of Langchain Repo as of April 2023
★ 0 3y agoExplain → -
textSplittertokenCounter
No description.
Python ★ 0 3y agoExplain → -
createGithubRepo
No description.
Python ★ 0 3y agoExplain → -
ChatPaper ⑂
Use ChatGPT to summarize the arXiv papers.
★ 0 3y agoExplain → -
wordCount
Scan a pdf and create a distinct list of the words in the document ordered in descending number of occurrence
★ 0 3y agoExplain → -
FoodReactXRef
Python prototype for UPC scanning Android and Iphone App that allows the tracking of food consumption via UPC cross referenced with symptoms of food reaction or intolerance and produce report showing correlations
Python ★ 0 8mo agoExplain → -
gpt2clip
Speech to text input concatenated with the text currently in the clipboard, and sends the combined text to the OpenAI ChatGPT API to generate a response. The response is then placed in the clipboard and a ding sound is played to indicate success.
Python ★ 0 3y agoExplain → -
URLWordList
Create a distinct list of words contained on a webpage and subpages
Python ★ 0 3y agoExplain → -
nacha
No description.
Python ★ 0 4y agoExplain → -
CRJ2XLS
Parse cash receipt journal to Excel
Python ★ 0 4y agoExplain → -
php-crud-api ⑂
Single file PHP script that adds a REST API to a SQL database
★ 0 4y agoExplain → -
jimmc414
Config files for my GitHub profile.
★ 0 5y agoExplain →
No repos match these filters.