{"id":15908429,"url":"https://github.com/johnnv1/cv-in-rust","last_synced_at":"2026-02-13T02:38:30.626Z","repository":{"id":103745104,"uuid":"545556953","full_name":"johnnv1/cv-in-rust","owner":"johnnv1","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-04T00:36:51.000Z","size":17,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T06:22:12.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/johnnv1.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":"2022-10-04T15:21:44.000Z","updated_at":"2024-01-27T15:10:12.000Z","dependencies_parsed_at":"2023-05-04T05:32:27.838Z","dependency_job_id":null,"html_url":"https://github.com/johnnv1/cv-in-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnnv1/cv-in-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnv1%2Fcv-in-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnv1%2Fcv-in-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnv1%2Fcv-in-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnv1%2Fcv-in-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnnv1","download_url":"https://codeload.github.com/johnnv1/cv-in-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnv1%2Fcv-in-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29393702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-06T14:21:28.044Z","updated_at":"2026-02-13T02:38:30.609Z","avatar_url":"https://github.com/johnnv1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computer Vision in Rust\nThis repository has only a few rust scripts, **for rust learning purposes**.\nTherefore, you will probably find implementations done in a bad way.\n\n\n## Env\n\nCreating the env to dev.\n\n```bash\n$ pip install rustenv # similar to `virtualenv`\n\n$ rustenv renv # Create the rustenv\n\n$ . renv/bin/activate # Activate the env\n```\n\nUsing cargo:\n\n```bash\n$ cargo init --bin # Create a new Rust project\n\n$ cargo add image # add a dependency\n\n$ cargo run # will run the current package (src/main.rs)\n\n# Working with isolated scripts\n\n# First add into `Cargo.toml` a bin section with path and name for each file\n$ cargo build # Build everthing\n\n$ cargo run --bin \u003cname_script\u003e # Run the single script\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnv1%2Fcv-in-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnv1%2Fcv-in-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnv1%2Fcv-in-rust/lists"}