My Portfolio
Here are some of the public repositories I've created or contributed to:
RhizoNymph/kpe-bench
benchmark for keyphrase extraction using LLMs and an unsloth GRPO trainer for optimizing on the benchmark
RhizoNymph/InformationAgency
An information indexing and retrieval information for LLMs and agents. Uses FastAPI, MinIO, OpenSearch, and Qdrant (with ColBERT embeddings via FastEmbed). Uses an LLM with structured output for document classification and type specific metadata extraction. Exposes index_document and search routes.
RhizoNymph/import-indexer
Use react-force-graph to visualize repo directory/file structures and the imports each file makes. (Rust only atm)
RhizoNymph/GemmaSearch
A basic implementation of function calling intended for use with Gemma-3-27b-it
RhizoNymph/quinn-rpk-demo
A demo of using quinn to create a QUIC connection that uses mutual client and server Raw Public Key auth.
RhizoNymph/DwarfInTheFlask
The Flask server for Rhizomancer Obsidian plugin that holds all of the AI functionality or anything I want to use a python package for.
RhizoNymph/Rhizomancer
An Obsidian plugin for collecting sources, indexing them into ColBERT indices, and RAG enabled LLM chat.
RhizoNymph/ComfyUI-CLIPSlider
A node to replicate https://huggingface.co/spaces/latentexplorers/latentnavigation-flux
RhizoNymph/prediction-arbs
Fetch kalshi and polymarket markets, find similar markets, calculate potential arbs
RhizoNymph/ssm-gradio
A simple gradio app for generating Segment Similarity Matrices from uploaded audio
RhizoNymph/rhizo-trade
Study of crypto returns data. Time series forecasting with xgboost, walk forward training, hyper parameter optimization. Rough repo, never intended to open source.