mattlgroff
[Principal AI Engineer @ Umbrage] The views expressed on this account are solely my own and do not necessarily reflect the views of Bain & Company
@Umbrage-Studios Orlando, FL
Pinned Repositories
ask-cli
Ask questions to OpenAI's Chat Completion API from the comfort of your bash terminal.
chat-completion-streaming-starter
A starter example project for OpenAI Chat Completion Streaming app using React (Vite), and Bun.
cloudflare-scraper-openai
Combine a scraper with a Cloudflare Worker and OpenAI's API and you get a decently powerful scraper for cheap.
ebay-gpt-vision
Backend for an Ebay GPT-4 Vision app that lets a user take or upload a photo of an item, and get back a suggested price and relevant sold listing for an item on eBay.
estimation-party
A web app for "Planning Poker" built with Next.js and Supabase. Built in public at my blog.
function-agents
A collection of Function Agents with specific tasks. Inspired by Langchain, uses OpenAI.
MotoISOMountInstaller
Root app for Motorola devices to backup, restore, or flash new .ISO images into the 'CD-ROM' partition.
pdf-to-markdown
Using GPT-4 Vision and GPT-4 Turbo, take a PDF as input and get a markdown file as output.
repo-inspector
AI Plugin to remotely Git Clone and inspect a Git repository
salte
SALTE: Semi-Autonomous Linux Task Executor
mattlgroff's Repositories
mattlgroff/pdf-to-markdown
Using GPT-4 Vision and GPT-4 Turbo, take a PDF as input and get a markdown file as output.
mattlgroff/ebay-gpt-vision
Backend for an Ebay GPT-4 Vision app that lets a user take or upload a photo of an item, and get back a suggested price and relevant sold listing for an item on eBay.
mattlgroff/azure-customer-service-ai
Using Azure for Custom Service AI. Respond to emails automatically.
mattlgroff/function-agents
A collection of Function Agents with specific tasks. Inspired by Langchain, uses OpenAI.
mattlgroff/repo-inspector
AI Plugin to remotely Git Clone and inspect a Git repository
mattlgroff/ask-cli
Ask questions to OpenAI's Chat Completion API from the comfort of your bash terminal.
mattlgroff/next-rails
CLI for creating a next app with sequelize in a manner similar to the Rails CLI
mattlgroff/open-agent-workflows
A proposal for an open standard for LLM Agent Workflows that isn’t tied to a framework like LangChain, LlamaIndex, or AutoGen.
mattlgroff/openai-chat-completion-functions-example
An example of using OpenAI's Chat Completion API's Function Calling using Bun/Express
mattlgroff/salte
SALTE: Semi-Autonomous Linux Task Executor
mattlgroff/start-ollama
Start script for Ollama in a Docker container which allows for GPU Acceleration (optional).
mattlgroff/chat-completion-streaming-starter
A starter example project for OpenAI Chat Completion Streaming app using React (Vite), and Bun.
mattlgroff/estimation-party
A web app for "Planning Poker" built with Next.js and Supabase. Built in public at my blog.
mattlgroff/ai
Build AI-powered applications with React, Svelte, Vue, and Solid
mattlgroff/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
mattlgroff/chunker
This is a python script that will take PDF file(s) and split them into chunks of 1000 characters. Run with Docker
mattlgroff/client-js
JS Client library for Mistral AI platform
mattlgroff/human-in-the-loop
This project uses Cloudflare as a minimal backend to demonstrate a simple Human in the Loop review system for AI prompts that get flagged for Human Review.
mattlgroff/js-code-share
A Next.js application for writing and executing JavaScript code.
mattlgroff/knex-next-rails
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
mattlgroff/knowledge-crawler
Scrape html. Convert to markdown. Clean with an LLM. Store in a knowledge graph.
mattlgroff/learning-neo4j
Exploring Graph Databases with Neo4j and Bun
mattlgroff/Motor-ODM
A MongoDB ODM based on Motor and Pydantic.
mattlgroff/ollama
Get up and running with Llama 3, Mistral, Gemma 2, and other large language models.
mattlgroff/page-assist
Use your locally running AI models to assist you in your web browsing
mattlgroff/prettygraph
An experimental UI for text-to-knowledge-graph generation
mattlgroff/pydantic-ai-cursor-starter-kit
Pydantic AI Cursor Starter Kit
mattlgroff/simple-image-upload-server
Simple image upload server, written in Bun with zero dependencies. Meant for using with OpenAI Vision model.
mattlgroff/Twitter-AI-Agent
AI Agent for Twitter Personality Analysis
mattlgroff/vercel-streaming-function-example
Example of using Vercel's AI package for streaming OpenAI Function Calls.