Portfolio set up to go along with application for Amazon AI Content Expert II, Job ID 3045592. Made to showcase how my skills align with the job description.
Want to see some of the images that go with some of the projects? Have a look at my general portfolio, then come back to look at what's here!
Ready for a Rebuild (Like those old, Under Construction, banners that used to be on some websites). ETA, 2025-09-10 at 08:00:00 MDT
Have a look at this regex (and UNIX) showcase
Ever wondered which elements can be spelled with the element symbols? Look at the README for mendeleev-spelling-bee.
Have a look at my notes about doing some incremental CoT prompting to build a Cyrillic-based chemical-element list with one-to-one mapping, cultural sensitivity, and a lot of fun.
Have a look at my work LoRA in anticipation of a proof-of-concept use with RWKV. RWKV is a RNN-based LLM that has shown promise in providing transormer-LLM-like results.
Look at the same file showcased in Regex + Unix.
I had to get creative to get the colors working right. (For a previous attempt at color with a similar sequence of bash commands,
have a look here.)
See the README at the repo root, or check out the research, code, and presentation at the 2024 Family History Technology Workshop 2024 at the repo for that study.
Currently being worked out in a 30-minute coding session with Copilot.
See the README at the directory root. Feel free to try it out. The Russian version grew out of the original project ideas partnered with practicing CoT prompting ideas.
git clone <ssh-or-html-path-from the green "Code" button> mendeleev-spelling bee.
cd mendeleev-spelling-bee
# In setup.py, uncomment the line,
# `#__version__ = "0.1.1"`
# and comment out the line
# `from mendeleevspellingbee import __version__`
#
# I am working on a better build.
pip install .
# Use `pip install -e .` if you want to play with the code
mendeleevspellingbee -d russian.txt -s cyrillicHave a look through other repos while you're at it!