{"id":50674004,"url":"https://github.com/parakeet-nest/tiny-genai-stack","last_synced_at":"2026-06-08T14:04:02.291Z","repository":{"id":238246364,"uuid":"796174449","full_name":"parakeet-nest/tiny-genai-stack","owner":"parakeet-nest","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-13T04:10:32.000Z","size":205,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-09-13T18:40:30.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parakeet-nest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T06:47:54.000Z","updated_at":"2024-09-13T04:10:36.000Z","dependencies_parsed_at":"2024-05-11T12:23:38.015Z","dependency_job_id":"b83ec0ad-2ae9-4ba8-8b95-c720f0c2aa72","html_url":"https://github.com/parakeet-nest/tiny-genai-stack","commit_stats":null,"previous_names":["parakeet-nest/tiny-genai-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parakeet-nest/tiny-genai-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Ftiny-genai-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Ftiny-genai-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Ftiny-genai-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Ftiny-genai-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parakeet-nest","download_url":"https://codeload.github.com/parakeet-nest/tiny-genai-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Ftiny-genai-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-08T14:04:01.107Z","updated_at":"2026-06-08T14:04:02.277Z","avatar_url":"https://github.com/parakeet-nest.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiny GenAI Stack\n\nThis 🐳 Compose GenAI Stack is an example of the usage of the [Parakeet](https://github.com/parakeet-nest/parakeet) 🦜🪺 GoLang library, made to simplify the development of small generative AI applications.\n\n## Start the stack\n\nIf you want to use the stack with your local install of Ollama:\n\n```bash\nHTTP_PORT=9999 LLM=tinydolphin OLLAMA_BASE_URL=http://host.docker.internal:11434 docker compose --profile webapp up\n```\n\u003e Make sure that Ollama is started\n\nIf you want to use the stack with Ollama running in a container:\n```bash\nHTTP_PORT=8888 LLM=gemma:2b OLLAMA_BASE_URL=http://ollama:11434 docker compose --profile container up\n```\n\n\u003e ✋ Compose will start the pull of the LLM, so be patient (my advice would be to use \"small LLM\" as tinyllama, tinydolphin or gemma:2b)\n\n## Remarks\n\nIf you have a GPU on your workstation, you can turn on GPU access with Docker Compose: https://docs.docker.com/compose/gpu-support. With Mac M1, M2 and M3 use the local install of Ollama.\n\n## Install dependencies (front)\n\n**JavaScript**:\n```bash\ncd public/js\nwget https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js\nwget https://cdn.jsdelivr.net/npm/beercss@3.7.8/dist/cdn/beer.min.js\nwget https://cdn.jsdelivr.net/npm/material-dynamic-colors@1.1.2/dist/cdn/material-dynamic-colors.min.js\nwget https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js\n```\n\n**Css**:\n```bash\ncd public/css\nwget https://cdn.jsdelivr.net/npm/beercss@3.7.8/dist/cdn/beer.min.css\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparakeet-nest%2Ftiny-genai-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparakeet-nest%2Ftiny-genai-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparakeet-nest%2Ftiny-genai-stack/lists"}