Генерация учебных руководств через Ollama и Google Docs
★ 6.3 · Make
AI Research & Data Analysis in Make is a Make automation blueprint that turns any topic into a structured seven-section learning guide using a locally hosted LLM via Ollama and saves the result to Google Docs. Reach for it when you're tired of manually gathering materials on a new subject and want an overview, sources, exercises, and a spaced-repetition plan in one click; when you need to generate learning guides without paying per API call; when a researcher wants structured summaries without reading everything by hand. The blueprint contains make-blueprint.json with 8 parallel HTTP calls to Ollama (qwen2.5:0.5b) running locally and exposed through an ngrok tunnel; output is returned synchronously to the browser and saved to Google Docs simultaneously. Trigger: webhook (frontend POST). Integrations: Ollama via ngrok, Google Docs, Make.com Webhook Respond module. Node count: 8 HTTP modules plus a compile step and a Google Docs write module. Stack: Make.com as orchestrator, Ollama for local inference, ngrok as tunnel, Google Docs for storage, HTML/JS frontend deployed on Netlify. Prerequisites: Ollama installed, ngrok account (free tier works), Make.com account (free tier works), Google account. After importing the blueprint, all 8 HTTP module URLs must be updated to the current ngrok forwarding address.