{"id":22347357,"url":"https://github.com/redhat-na-ssa/flyingthings","last_synced_at":"2025-07-30T04:33:13.891Z","repository":{"id":176867768,"uuid":"658989088","full_name":"redhat-na-ssa/flyingthings","owner":"redhat-na-ssa","description":"Computer vision demo","archived":false,"fork":false,"pushed_at":"2024-11-11T17:55:20.000Z","size":73262,"stargazers_count":23,"open_issues_count":1,"forks_count":19,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-11T18:38:14.569Z","etag":null,"topics":["ai","artificial-intelligence","computer-vision","data-science","openshift","tekton","yolo","yolov5"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"davwhite/flyingthings","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-na-ssa.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-06-26T23:35:57.000Z","updated_at":"2024-11-11T17:52:51.000Z","dependencies_parsed_at":"2024-11-11T18:40:14.283Z","dependency_job_id":null,"html_url":"https://github.com/redhat-na-ssa/flyingthings","commit_stats":null,"previous_names":["redhat-na-ssa/flyingthings"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-na-ssa%2Fflyingthings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-na-ssa%2Fflyingthings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-na-ssa%2Fflyingthings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-na-ssa%2Fflyingthings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-na-ssa","download_url":"https://codeload.github.com/redhat-na-ssa/flyingthings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228088846,"owners_count":17867481,"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":["ai","artificial-intelligence","computer-vision","data-science","openshift","tekton","yolo","yolov5"],"created_at":"2024-12-04T10:09:06.759Z","updated_at":"2024-12-04T10:09:07.586Z","avatar_url":"https://github.com/redhat-na-ssa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computer Vision Demo / Workshop\n\n[![File Linting](https://github.com/redhat-na-ssa/flyingthings/actions/workflows/linting.yaml/badge.svg)](https://github.com/redhat-na-ssa/flyingthings/actions/workflows/linting.yaml)\n\nThis demo / [workshop](docs/WORKSHOP.md) is designed to showcase OpenShift as a platform for developing and operationalizing AI/ML applications.\n\nSpecifically it focuses on a computer vision implementation and covers a workflow for custom training and serving for integration with other applications and services. It uses many tools in the Red Hat ecosystem as well as 3rd party applications and services.\n\nHere is a video series explaining the [workshop](docs/WORKSHOP.md) and a runthrough of the setup and use cases.\n\n[![WorkshopSeries](docs/images/youtube-channel.png)](https://youtu.be/agL8PrEPFR8?si=AL0G352nzrH2mfjP)\n\n## Prerequisites\n\nCLI tools\n\n- `bash`, `git`\n- `oc` - Download [mac](https://formulae.brew.sh/formula/openshift-cli), [linux](https://mirror.openshift.com/pub/openshift-v4/clients/ocp), [windows](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-windows.zip)\n\nInfrastructure\n\n- OpenShift 4.12+\n  - role: `cluster-admin`\n- Nvidia GPU hardware\n- Internet access\n\nOptional\n\n- OpenShift Dev Spaces 3.8.0+\n- AWS (auto scaling)\n\n[Red Hat Demo Platform](https://demo.redhat.com) Options (Tested)\n\n- \u003ca href=\"https://demo.redhat.com/catalog?item=babylon-catalog-prod/sandboxes-gpte.sandbox-ocp.prod\u0026utm_source=webapp\u0026utm_medium=share-link\" target=\"_blank\"\u003eAWS with OpenShift Open Environment\u003c/a\u003e\n  - 1 x Control Plane - `m5.4xlarge`\n  - 1 x Workers - `m5.2xlarge`\n- \u003ca href=\"https://demo.redhat.com/catalog?item=babylon-catalog-prod/sandboxes-gpte.ocp4-single-node.prod\u0026utm_source=webapp\u0026utm_medium=share-link\" target=\"_blank\"\u003eOne Node OpenShift\u003c/a\u003e\n  - 1 x Control Plane - `m5.4xlarge`\n- \u003ca href=\"https://demo.redhat.com/catalog?item=babylon-catalog-prod/community-content.com-mlops-wksp.prod\u0026utm_source=webapp\u0026utm_medium=share-link\" target=\"_blank\"\u003eMLOps Demo: Data Science \u0026 Edge Practice\u003c/a\u003e\n\n## Quickstart\n\nYou can use [OpenShift Dev Spaces for AI / ML](https://github.com/redhat-na-ssa/demo-ai-devspaces) or your local machine to explore this demo.\n\n```sh\n# cluster tasks\nscripts/bootstrap.sh\n```\n\n```sh\n# namespace only tasks\noc new-project let-me-fly-away\noc apply -k gitops/user-components\n\n# create a new pipeline run\noc create -f components/pipelines/manifests/pipeline-run.yaml\n```\n\n## Workshop Instructions\n\nSee [docs/WORKSHOP.md](docs/WORKSHOP.md)\n\n## Additional Resources\n\n- [OpenShift Dev Spaces for AI / ML](https://github.com/redhat-na-ssa/demo-ai-devspaces)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-na-ssa%2Fflyingthings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-na-ssa%2Fflyingthings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-na-ssa%2Fflyingthings/lists"}