JoshuaOliphant's Stars
yt-dlp/yt-dlp
A feature-rich command-line audio/video downloader
pydantic/pydantic
Data validation using Python type hints
Mozilla-Ocho/llamafile
Distribute and run LLMs with a single file.
dottxt-ai/outlines
Structured Text Generation
jj-vcs/jj
A Git-compatible VCS that is both simple and powerful
darrenburns/posting
The modern API client that lives in your terminal.
MightyMoud/sidekick
Bare metal to production ready in mins; your own fly server on your VPS.
modelcontextprotocol/servers
Model Context Protocol Servers
marlonrichert/zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
hylang/hy
A dialect of Lisp that's embedded in Python
qodo-ai/qodo-cover
Qodo-Cover: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! 💻🤖🧪🐞
AugustDev/enchanted
Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna using Ollama.
corbt/agent.exe
koxudaxi/datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
Olshansk/postgres_for_everything
How to reduce complexity and move faster? Just Postgres for everything.
aio-libs/aiokafka
asyncio client for kafka
simonw/files-to-prompt
Concatenate a directory full of files into a single prompt for use with LLMs
ivnvxd/arc-export
Export pinned Arc Browser tabs for importing bookmarks into other browsers
bobbui/json-logging-python
Cloud-native distributed Python logging library to emit JSON log that can be easily indexed by logging infrastructure
gimlet-io/onechart
A generic Helm chart for your application deployments
hadijaveed/docker-compose-anywhere
Effortlessly deploy Docker Compose apps in production with zero downtime using an opinionated template 🛠️
gptscript-ai/clio
Your friendly and safe CLI Copilot
zed-extensions/postgres-context-server
An extension providing a Model Context Server extension for PostgreSQL
simonw/claude-to-sqlite
Convert a Claude.ai export to SQLite
simonw/sqlite-chronicle
Use triggers to track when rows in a SQLite table were updated or deleted
JoshuaOliphant/chickadee
This project analyzes ChatGPT conversations to extract and refine prompts, providing insights into common themes and patterns in user queries. It uses OpenAI's GPT-4o model to process the conversations and generate reusable prompts.
JoshuaOliphant/grosbeak
This project is an AI-powered resume customization system that tailors a candidate's resume to a specific job description. It utilizes multiple data sources, including the candidate's existing resume, LinkedIn profile, and GitHub profile, to create a comprehensive and tailored resume.
JoshuaOliphant/app_generator
A backend Python code generator, with a Claude agent at coordinating the generated API and integrations via tool.
JoshuaOliphant/field_guide
JoshuaOliphant/openapi_to_click
The OpenAPI Click CLI Generator is a Python application that automatically generates a command-line interface (CLI) from an OpenAPI specification. The generated CLI allows easy interaction with the API defined in the OpenAPI spec, leveraging Python's Click library.