{"id":24617731,"url":"https://github.com/jacoblincool/gradio-client-lite","last_synced_at":"2026-03-02T07:02:43.010Z","repository":{"id":257809957,"uuid":"867809440","full_name":"JacobLinCool/gradio-client-lite","owner":"JacobLinCool","description":"A zero-dependency, platform-independent, and lightweight Gradio client.","archived":false,"fork":false,"pushed_at":"2024-10-05T18:16:21.000Z","size":55,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T13:23:08.516Z","etag":null,"topics":["client","gradio"],"latest_commit_sha":null,"homepage":"http://jacoblin.cool/gradio-client-lite/","language":"TypeScript","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/JacobLinCool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-04T19:04:02.000Z","updated_at":"2025-06-26T13:37:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fc4df73-f655-4500-9c84-5684a5282e19","html_url":"https://github.com/JacobLinCool/gradio-client-lite","commit_stats":null,"previous_names":["jacoblincool/gradio-client-lite"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JacobLinCool/gradio-client-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fgradio-client-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fgradio-client-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fgradio-client-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fgradio-client-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobLinCool","download_url":"https://codeload.github.com/JacobLinCool/gradio-client-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fgradio-client-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["client","gradio"],"created_at":"2025-01-24T23:40:18.597Z","updated_at":"2026-03-02T07:02:43.003Z","avatar_url":"https://github.com/JacobLinCool.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gradio-client-lite\n\nA zero-dependency, platform-independent, and lightweight Gradio client.\n\nWorks on serverless platforms, replica affinity mechanism included.\n\n## Features\n\n-   Zero dependencies\n-   Platform-independent\n-   Works on serverless platforms\n-   Includes replica affinity mechanism\n\n## Usage\n\n```ts\nimport { GradioClientLite } from \"gradio-client-lite\";\n\n// Connect to a Gradio app on HuggingFace Spaces\nconst client = await GradioClientLite.connect(\"black-forest-labs/FLUX.1-schnell\");\n\n// Run inference and get the result\nconst result = await client.predict\u003c{ path: string }[]\u003e(\"/infer\", [\n    \"An image of a cat\",\n    0,\n    true,\n    512,\n    512,\n    4,\n]);\n\n// Download the file since we are generating an image\nconst res = await client.download(result[0].path);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fgradio-client-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblincool%2Fgradio-client-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fgradio-client-lite/lists"}