A monorepo for personal projects, experiments, and more.
- GPTSmartFunc: A Proof-of-Concept project that illustrates a method for wrapping existing Python functions to generate metadata for OpenAI GPT Functions automatically. Simplifies usage and enhances maintainability.
- XSGPT: GPT CLI with persistence in 10 lines of code and GPT RAG pattern with wikipedia in ~30 lines of code (moved to external repo).
- Generate technical questions from PDF: Example of generating relevant QA pairs from technical documentation. Useful for various RAG scenarios and evaluation, in particular for evaluating retrieval.
- GZIP MNIST: "Solving" MNIST classification with GZIP in a few lines of code.
- Personal personal GPT assistant: A personal GPT assistant/boilerplate for own use.
- serverless-comments: Experimenting with hosting simple comments for static websites using azure functions.
- Bulk git projects archiver: This script searches for Git repositories in a specified directory and its subdirectories, and creates an archive of each repository found. It bypasses the safety checks by setting up a custom Git configuration.