{"id":34959858,"url":"https://github.com/mathieu-benoit/sample-score-genai-app","last_synced_at":"2026-05-19T23:08:44.123Z","repository":{"id":320117575,"uuid":"1080873162","full_name":"mathieu-benoit/sample-score-genai-app","owner":"mathieu-benoit","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-30T01:35:35.000Z","size":51,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T03:40:37.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathieu-benoit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-22T01:42:28.000Z","updated_at":"2025-10-30T01:35:39.000Z","dependencies_parsed_at":"2025-10-30T03:24:32.372Z","dependency_job_id":null,"html_url":"https://github.com/mathieu-benoit/sample-score-genai-app","commit_stats":null,"previous_names":["mathieu-benoit/sample-score-genai-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathieu-benoit/sample-score-genai-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieu-benoit%2Fsample-score-genai-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieu-benoit%2Fsample-score-genai-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieu-benoit%2Fsample-score-genai-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieu-benoit%2Fsample-score-genai-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieu-benoit","download_url":"https://codeload.github.com/mathieu-benoit/sample-score-genai-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieu-benoit%2Fsample-score-genai-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33236971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-12-26T22:38:09.788Z","updated_at":"2026-05-19T23:08:44.119Z","avatar_url":"https://github.com/mathieu-benoit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sample-score-genai-app\n\n- [`hello-genai-in-go`](./hello-genai-in-go/)\n- [`open-webui`](./open-webui/)\n\nTODOs:\n- [ ] Codespace setup with DMR\n- [ ] Kubernetes\n  - https://docs.docker.com/ai/model-runner/api-reference/\n  - https://github.com/AdminTurnedDevOps/agentic-demo-repo/blob/main/kagent-oss/llama-k8s-agentic/setup-llama.md\n  - https://github.com/docker/model-runner/blob/main/charts/docker-model-runner/templates/deployment.yaml\n  - https://k33g.hashnode.dev/first-contact-with-docker-model-runner-in-golang#heading-run-the-program-using-docker-compose\n  - https://github.com/Reshrahim/todoapp-ai/blob/main/recipes/kubernetes-llama/main.tf\n  - https://github.com/docker/compose-bridge-transformer\n\n\nWith Ollama:\n```mermaid\nsequenceDiagram\n    Command-\u003e\u003e+Files: score-compose init\n    Files--\u003e\u003e+Files: ollama.tpl\n    Files--\u003e\u003e+Files: ollama-puller-provisioner.yaml\n    Command-\u003e\u003e+Files: score-compose generate\n    Files--\u003e\u003e+Files: compose.yaml\n    Command-\u003e\u003e+Docker: docker compose up\n    Docker--\u003e\u003e+Docker: ollama pull gemma3:270m\n    Docker--\u003e\u003e+Docker: ollama pull smollm2:135m\n```\n\nWith DMR:\n```mermaid\nsequenceDiagram\n    Command-\u003e\u003e+Files: score-compose init\n    Files--\u003e\u003e+Files: dmr-service-provisioner.yaml\n    Command-\u003e\u003e+Files: score-compose generate\n    Files--\u003e\u003e+Files: compose.yaml\n    Command-\u003e\u003e+Docker: docker compose up\n    Docker--\u003e\u003e+Docker: docker model pull ai/smollm2\n    Docker--\u003e\u003e+Docker: docker model pull ai/gemma3\n```\n\n## Resources:\n\n- https://github.com/docker/hello-genai\n- https://k33g.hashnode.dev/first-contact-with-docker-model-runner-in-golang\n- https://dev.to/ajeetraina/docker-model-runner-cheatsheet-2025-37nd\n- https://www.docker.com/blog/local-llm-tool-calling-a-practical-evaluation/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu-benoit%2Fsample-score-genai-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieu-benoit%2Fsample-score-genai-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu-benoit%2Fsample-score-genai-app/lists"}