{"id":18371275,"url":"https://github.com/sub-mod/inception-app","last_synced_at":"2026-01-22T14:38:43.006Z","repository":{"id":80654024,"uuid":"105816664","full_name":"sub-mod/inception-app","owner":"sub-mod","description":"UI for tensorflow inception-app","archived":false,"fork":false,"pushed_at":"2017-11-02T17:35:52.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T00:27:27.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/sub-mod.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}},"created_at":"2017-10-04T20:46:25.000Z","updated_at":"2017-11-29T05:07:08.000Z","dependencies_parsed_at":"2023-06-11T16:30:14.436Z","dependency_job_id":null,"html_url":"https://github.com/sub-mod/inception-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sub-mod/inception-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub-mod%2Finception-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub-mod%2Finception-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub-mod%2Finception-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub-mod%2Finception-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sub-mod","download_url":"https://codeload.github.com/sub-mod/inception-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub-mod%2Finception-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"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":"2024-11-05T23:43:28.328Z","updated_at":"2026-01-22T14:38:42.986Z","avatar_url":"https://github.com/sub-mod.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install\n\n    $ pip install -r requirements.txt\n    $ python main.py \n\n# dockerbuild\n\ndocker build -t submod/inception-app -f Dockerfile .\n\n# deployment\n\n1. Ensure that you are connected to an OpenShift project\n```\noc new-project test\n```\n2. Create the template for inception web application.\n```\noc create -f https://raw.githubusercontent.com/sub-mod/inception-app/master/template.json\n```\n3. Create the template for tensorflow serving endpoints.\n```\noc create -f https://raw.githubusercontent.com/sub-mod/mnist-models/master/template.json\n```\n4. Launch tensorflow serving s2i build for the tensorflow models.We need to create a prediction \n   endpoints with inception model.\n```\noc new-app --template=tensorflow-server --param=APPLICATION_NAME=tf-inception \\\n\t--param=MODEL_IMAGE=submod/inception-model \\\n\t--param=IMAGE_MODEL_PATH=/models/inception/1/  \\\n\t--param=MODEL_NAME=inception \\\n\t--param=MODEL_PATH=1\n```\n5. Launch the inception web application.\n```\noc new-app --template=inceptionapp --param=APPLICATION_NAME=inception-app --param=PREDICTION_SERVICE1=tf-inception \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-mod%2Finception-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsub-mod%2Finception-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-mod%2Finception-app/lists"}