{"id":26408361,"url":"https://github.com/laughingclouds/dt-mst-project","last_synced_at":"2026-04-29T09:07:01.705Z","repository":{"id":45046351,"uuid":"430183203","full_name":"laughingclouds/dt-mst-project","owner":"laughingclouds","description":"group project for dt mst","archived":false,"fork":false,"pushed_at":"2022-01-14T18:06:19.000Z","size":3788,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T18:47:33.757Z","etag":null,"topics":["mediapipe","opencv-python","python3"],"latest_commit_sha":null,"homepage":"","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/laughingclouds.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}},"created_at":"2021-11-20T18:45:45.000Z","updated_at":"2022-01-08T16:34:57.000Z","dependencies_parsed_at":"2022-09-02T23:23:31.777Z","dependency_job_id":null,"html_url":"https://github.com/laughingclouds/dt-mst-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laughingclouds/dt-mst-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughingclouds%2Fdt-mst-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughingclouds%2Fdt-mst-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughingclouds%2Fdt-mst-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughingclouds%2Fdt-mst-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laughingclouds","download_url":"https://codeload.github.com/laughingclouds/dt-mst-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughingclouds%2Fdt-mst-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294454,"owners_count":22987622,"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":["mediapipe","opencv-python","python3"],"created_at":"2025-03-17T18:40:24.741Z","updated_at":"2026-04-29T09:06:56.673Z","avatar_url":"https://github.com/laughingclouds.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dt-mst-project\n\ngroup project for dt mst\n\n## Installing\n\nI have used Python 3.9.5 for this project. Normally it wouldn't have mattered much\nbut the smartass type hinting I did won't work for Python 3.8.z (and lower).\nSo please make sure you have version 3.9.5 (or higher) installed.\n\n### Virtual Environment\n\nWe don't want our global scope to be polluted so let's set up a virtual environment.\n\nExecute the following in your terminal/powershell/cmd\n\nWindows\n\n```bash\npy -m venv venv\n```\n\nLinux\n\n```bash\npython3 -m venv venv\n```\n\nThis creates a virtual environment with the name `venv` in your project root. Make sure you don't delete your `.gitignore` (don't want to push venv to the repo).\n\n#### Activate venv\n\nTo activate your venv, well, I forgot the commands for windows. Good luck.\n\nLinux\n\n```bash\nsource venv/bin/activate\n```\n\n### requirements.txt\n\nTo install the same versions of the packages used to complete this project, execute the following command (after activating the venv).\n\nWindows\n\n```bash\npy -m pip install -r requirements.txt\n```\n\nLinux\n\n```bash\npip install -r requirements.txt\n\n## TODO\n\n[] Create an \"setup\" script\n[] Create an \"installation\" option (python packaging)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaughingclouds%2Fdt-mst-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaughingclouds%2Fdt-mst-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaughingclouds%2Fdt-mst-project/lists"}