{"id":22812263,"url":"https://github.com/cursedprograms/monocular-depth","last_synced_at":"2025-04-22T16:02:27.140Z","repository":{"id":258866901,"uuid":"870885322","full_name":"CursedPrograms/Monocular-Depth","owner":"CursedPrograms","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-14T19:53:14.000Z","size":36,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T20:40:37.680Z","etag":null,"topics":["cpp","python"],"latest_commit_sha":null,"homepage":"https://cursedprograms.github.io/Monocular-Depth/","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/CursedPrograms.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":"2024-10-10T21:02:41.000Z","updated_at":"2025-04-14T19:53:17.000Z","dependencies_parsed_at":"2024-12-12T12:11:34.659Z","dependency_job_id":"d3767619-aab5-4ff3-b31d-aee309c6e6ca","html_url":"https://github.com/CursedPrograms/Monocular-Depth","commit_stats":null,"previous_names":["cursedprograms/monocular-depth"],"tags_count":0,"template":false,"template_full_name":"CursedPrograms/Python-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FMonocular-Depth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FMonocular-Depth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FMonocular-Depth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FMonocular-Depth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CursedPrograms","download_url":"https://codeload.github.com/CursedPrograms/Monocular-Depth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275397,"owners_count":21403674,"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":["cpp","python"],"created_at":"2024-12-12T12:11:31.008Z","updated_at":"2025-04-22T16:02:27.086Z","avatar_url":"https://github.com/CursedPrograms.png","language":"Python","readme":"[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/X-@NorowaretaGemu-blue.svg?style=flat)](https://x.com/NorowaretaGemu)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/cursedentertainment\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"ko-fi\" style=\"width: 20%;\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n  \u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg alt=\"OpenCV\" src=\"https://img.shields.io/badge/opencv-%23323330.svg?\u0026style=for-the-badge\u0026logo=opencv\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"PowerShell\" src=\"https://img.shields.io/badge/PowerShell-%23323330.svg?\u0026style=for-the-badge\u0026logo=powershell\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Shell\" src=\"https://img.shields.io/badge/Shell-%23323330.svg?\u0026style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Batch\" src=\"https://img.shields.io/badge/Batch-%23323330.svg?\u0026style=for-the-badge\u0026logo=windows\u0026logoColor=white\"/\u003e\n  \u003c/div\u003e  \n  \u003cbr\u003e\n\n# Monocular-Depth\n\n## How to Run:\n\n### Install Requirements\n\nUsing Python directly:\n\n```bash\npip install -r requirements.txt\n```\nOr run: \n- `install_requirements.bat`\n\n\u003cbr\u003e\n\n### Run main.py\n\nUsing Python directly:\n\n```bash\npython main.py\n```\n\nUsing provided scripts:\n\nWindows:\n- `.\\run.bat`\nor\n- `.\\run.ps1`\n\nUnix-like systems (Linux/macOS):\n- `.\\run.sh`\n\n\u003cbr\u003e\n\n## Make Executables\n\nhttps://sourceforge.net/projects/mingw/\n\n### Make an EXE\n\n```bash\ng++ main.cpp -o main.exe\n```\n\nor Run:\n- `.\\exemake.bat`\n\n### Make a DLL\n\n```bash\ng++ main.cpp -o main.dll\n```\n\nor Run: \n- `.\\dllmake.bat`\n\nRun: \n- `.\\runmain.bat`\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n© Cursed Entertainment\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://cursed-entertainment.itch.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png\"\n        alt=\"CursedEntertainment Logo\" style=\"width:250px;\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","funding_links":["https://ko-fi.com/cursedentertainment"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fmonocular-depth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursedprograms%2Fmonocular-depth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fmonocular-depth/lists"}