{"id":16277981,"url":"https://github.com/rpidanny/tensorflow-serving-hot-reload","last_synced_at":"2026-05-09T16:52:00.321Z","repository":{"id":80496575,"uuid":"165814981","full_name":"rpidanny/tensorflow-serving-hot-reload","owner":"rpidanny","description":"A script to dynamically load / unload tensorflow models in serving","archived":false,"fork":false,"pushed_at":"2019-01-15T09:18:20.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T12:30:46.551Z","etag":null,"topics":["machine-learning","python","tensorflow","tensorflow-model-server","tensorflow-serving","tensorflow-serving-api"],"latest_commit_sha":null,"homepage":null,"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/rpidanny.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":"2019-01-15T08:38:11.000Z","updated_at":"2021-09-03T12:59:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f0dd9e3-6ea9-4ce4-94b0-165bf0155c8c","html_url":"https://github.com/rpidanny/tensorflow-serving-hot-reload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rpidanny/tensorflow-serving-hot-reload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpidanny%2Ftensorflow-serving-hot-reload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpidanny%2Ftensorflow-serving-hot-reload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpidanny%2Ftensorflow-serving-hot-reload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpidanny%2Ftensorflow-serving-hot-reload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpidanny","download_url":"https://codeload.github.com/rpidanny/tensorflow-serving-hot-reload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpidanny%2Ftensorflow-serving-hot-reload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278220323,"owners_count":25950444,"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":["machine-learning","python","tensorflow","tensorflow-model-server","tensorflow-serving","tensorflow-serving-api"],"created_at":"2024-10-10T18:56:56.460Z","updated_at":"2025-10-03T20:18:41.428Z","avatar_url":"https://github.com/rpidanny.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tensorflow-serving-hot-reload\n\nA script to dynamically load / unload tensorflow models in serving using config file.\n\n## Requirements\n\n- `tensorflow===1.12.0`\n- `tensorflow-serving-api===1.12.0`\n\n## Usage\n\n`python reload.py -c /home/user/models.config -H 192.168.2.2:8500`\n\n### Example serving config file\n\n```\nmodel_config_list: {\n  config: {\n    name:\"FLOWER_5flowers\",\n    base_path: \"/serving/models/FLOWER/serving/FLOWER_5flowers\",\n    model_platform: \"tensorflow\"\n  },\n  config: {\n    name:\"FLOWER_alpha\",\n    base_path: \"/serving/models/FLOWER/serving/FLOWER_alpha\",\n    model_platform: \"tensorflow\"\n  },\n  config: {\n    name:\"FLOWER_test\",\n    base_path: \"/serving/models/FLOWER/serving/FLOWER_test\",\n    model_platform: \"tensorflow\"\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpidanny%2Ftensorflow-serving-hot-reload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpidanny%2Ftensorflow-serving-hot-reload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpidanny%2Ftensorflow-serving-hot-reload/lists"}