{"id":21070525,"url":"https://github.com/sam99dave/vqa-e2e","last_synced_at":"2026-05-05T13:31:56.273Z","repository":{"id":213600173,"uuid":"734452499","full_name":"sam99dave/vqa-e2e","owner":"sam99dave","description":"End to end deep learning app. Applying containerization \u0026 kubernetes to practice. Task is of token classification.","archived":false,"fork":false,"pushed_at":"2023-12-23T11:36:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T21:56:09.643Z","etag":null,"topics":["docker","fastapi","huggingface","poetry","pytest","ruff","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sam99dave.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":"2023-12-21T18:04:47.000Z","updated_at":"2023-12-23T11:37:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"3abe3f47-8719-4741-b65d-00f8451b8484","html_url":"https://github.com/sam99dave/vqa-e2e","commit_stats":null,"previous_names":["sam99dave/vqa-e2e"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam99dave%2Fvqa-e2e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam99dave%2Fvqa-e2e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam99dave%2Fvqa-e2e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam99dave%2Fvqa-e2e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam99dave","download_url":"https://codeload.github.com/sam99dave/vqa-e2e/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513607,"owners_count":20302976,"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","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":["docker","fastapi","huggingface","poetry","pytest","ruff","streamlit"],"created_at":"2024-11-19T18:47:20.219Z","updated_at":"2025-10-27T00:35:55.995Z","avatar_url":"https://github.com/sam99dave.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vqa-e2e\nEnd to end visual question and answering application\n\n## Docker Commands\n\nBuilding docker \n\n`docker build -t vqa-e2e .`\n\nRunning docker\n\n`docker run -p 8501:8501 -p 8000:8000 vqa-e2e`\n\nRunning docker interactive, **//** is important to turn off GitBash's automatic path conversion\n\n`docker run -it --rm vqa-e2e //bin/bash`\n\nStreamlit App\n\u003e localhost:8501\n\nFastAPI\n\u003e localhost:8000/docs\n\n## Kubernetes\n\nSave the Docker image locally\n\n`docker save vqa-e2e:latest -o image.tar`\n\nUse Minikube's docker daemon via minikube ssh to load the image.\nThis command will SSH into the Minikube VM and execute the docker load command to load the Docker image from the image.tar file.\n\n`minikube ssh -- docker load -i image.tar`\n\nCreate a Kubernetes deployment using the loaded Docker image.\n\n`kubectl apply -f deployment.yaml`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam99dave%2Fvqa-e2e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam99dave%2Fvqa-e2e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam99dave%2Fvqa-e2e/lists"}