Learning Ollama #1
March 6, 2025
I recently explored Ollama to build a simple AI-powered grocery list categorizer. This was my first time using Ollama, and I wanted to experiment with how it could process and organize text data locally.
The Goal 🎯
The idea was straightforward:
Read a list of grocery items from a file.
Use Ollama to categorize the items into groups like Produce, Dairy, Meat, etc.
Sort them alphabetically within each category.
Save the organized list to a new file.