{"id":15169612,"url":"https://github.com/calcuis/gguf-core","last_synced_at":"2025-10-03T16:40:13.549Z","repository":{"id":221573460,"uuid":"754765482","full_name":"calcuis/gguf-core","owner":"calcuis","description":"a simple way to interact llama with gguf","archived":false,"fork":false,"pushed_at":"2025-04-11T07:48:29.000Z","size":203,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T00:13:57.873Z","etag":null,"topics":["cli","core","gguf","gui","llama","metadata","pdf","reader","vision","wav"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gguf-core","language":"Python","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/calcuis.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,"zenodo":null}},"created_at":"2024-02-08T18:17:08.000Z","updated_at":"2025-06-19T20:22:22.000Z","dependencies_parsed_at":"2024-02-18T03:25:25.677Z","dependency_job_id":"cd1d0ca8-f64e-4b35-8064-d6129c033093","html_url":"https://github.com/calcuis/gguf-core","commit_stats":{"total_commits":93,"total_committers":1,"mean_commits":93.0,"dds":0.0,"last_synced_commit":"e7810a7386eef56e45da83ed96ee190398466e1b"},"previous_names":["calcuis/gguf-core"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/calcuis/gguf-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calcuis%2Fgguf-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calcuis%2Fgguf-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calcuis%2Fgguf-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calcuis%2Fgguf-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calcuis","download_url":"https://codeload.github.com/calcuis/gguf-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calcuis%2Fgguf-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278130109,"owners_count":25934860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["cli","core","gguf","gui","llama","metadata","pdf","reader","vision","wav"],"created_at":"2024-09-27T07:04:06.901Z","updated_at":"2025-10-03T16:40:13.544Z","avatar_url":"https://github.com/calcuis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### GGUF core\n[\u003cimg src=\"https://raw.githubusercontent.com/calcuis/gguf-core/master/gguf.gif\" width=\"128\" height=\"128\"\u003e](https://github.com/calcuis/gguf-core)\n[![Static Badge](https://img.shields.io/badge/core-release-orange?logo=github)](https://github.com/calcuis/gguf-core/releases)\n\nThis package is a GGUF (GPT-Generated Unified Format) file caller.\n#### install the caller via pip/pip3 (once only):\n```\npip install gguf-core\n```\n#### update the caller (if not in the latest version) by:\n```\npip install gguf-core --upgrade\n```\n### user manual\nThis is a cmd-based (command line) package, you can find the user manual by adding the flag -h or --help.\n```\ngguf -h\n```\n#### check current version\n```\ngguf -v\n```\n#### cli connector\nwith command-line interface\n```\ngguf c\n```\n#### gui connector\nwith graphical user interface\n```\ngguf g\n```\n#### vision connector (beta)\nwith vision model supported\n```\ngguf v\n```\n#### interface selector\nselection menu for connector interface(s) above\n```\ngguf i\n```\n#### metadata reader\nread model metadata for detail(s)\n```\ngguf r\n```\nor try model analyzor (beta)\n```\ngguf a\n```\nGGUF file(s) in the current directory will automatically be detected by the caller.\n#### get feature\nget GGUF from URL; clone/download it to the current directory\n```\ngguf get [url]\n```\n#### sample model list\nYou can either use the get feature above or opt a sample GGUF straight from the sample list by:\n```\ngguf s\n```\n#### gguf splitter\nSplit gguf into part(s) by:\n```\ngguf split\n```\n#### gguf merger\nMerge all gguf into one by:\n```\ngguf merge\n```\n#### prompt generator (beta)\nGenerate bulk prompt/descriptor(s) by:\n```\ngguf prompt\n```\n#### gguf comfy (beta)\nDownload ComfyUI GGUF portable package with gguf node by:\n```\ngguf comfy\n```\n#### gguf node (beta)\nDownload gguf node only by:\n```\ngguf node\n```\n#### gguf pack (beta)\nDownload gguf pack by:\n```\ngguf pack\n```\n#### pdf analyzor (beta)\nYou can now load your PDF file(s) straight into the model for generating digested summary; try it out by:\n```\ngguf p\n```\n#### wav analyzor (offline)\nYou can speak/talk straight to GGUF right away; prompt WAV(s) into the model for feedback; try it out by:\n```\ngguf f\n```\n#### wav analyzor (online)\nmore accurate (via google Open api); Internet access needed; try it out by:\n```\ngguf o\n```\n#### launch to page/container (gguf.org)\n```\ngguf org\n```\n#### launch to page/container (gguf.io)\n```\ngguf io\n```\n#### launch to page/container (gguf.us)\n```\ngguf us\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalcuis%2Fgguf-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalcuis%2Fgguf-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalcuis%2Fgguf-core/lists"}