Crawford Collins
blog
Sharing the things I've learned
Done: a task management app
A task management app based on the "Cult of Done Manifesto".
recommender app
A little llm program to store and search for travel,
recipes, and wine recommendations. (be patient, requests can take up to 8 seconds.)
theseus
Parses Homeric Greek into it's pitched/sung accent in the style of W.B. Stanford
unsplash
Some pictures I took a while back
About the Projects
-
Theseus was an attempt to build my own version of Perseus
the go-to reference resource for studying ancient greek.
What made my version different is the pronunciation guide.
When you click on a verse, a musical score appears to the side of each line showing how to sing each verse and a
button press will play the tune.
The frontend is written in elm and the backend is written in Haskell.
The greek text parser, which converts the text to musical notation, is also written elm.
- Recommender is store of things I find on the web and want to save for personal use.
Any sort of travel recommendation, recipe, or even wine information. I use ChromaDB to store vectors, and Groq
for intermediate requests, and Claude for large context llm requests. I've learned many things about prompting
and parsing data for LLM's.
The frontend is written in elm and the backend is written python.
Your requests and results are stored in local storage.