Local LLM Systems
Autocoder: Local Code Generation System
Built an Ollama-based local code generation pipeline with custom ModelFile configuration on local .gguf models.
Developed a Jupyter magic command (%%prompt) to stream responses and auto-insert generated Python code into notebook cells.
Implemented an end-to-end workflow with CLI testing and notebook integration for interactive code generation and execution.