Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.39 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.39 KB

mono

A monorepo for personal projects, experiments, and more.

Projects

  1. 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.
  2. 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).
  3. 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.

Experiments

  1. GZIP MNIST: "Solving" MNIST classification with GZIP in a few lines of code.
  2. Personal personal GPT assistant: A personal GPT assistant/boilerplate for own use.
  3. serverless-comments: Experimenting with hosting simple comments for static websites using azure functions.

MISC

  1. 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.