{"id":40962829,"url":"https://github.com/darioft/depth-angular","last_synced_at":"2026-01-22T06:03:12.611Z","repository":{"id":245625991,"uuid":"818327625","full_name":"DarioFT/depth-angular","owner":"DarioFT","description":"Open-source Depth Anything project using Angular 18 and Angular Material to enhance the Xenova tech demo with features inspired by LeiaPix / Immersity AI.","archived":false,"fork":false,"pushed_at":"2024-12-22T17:43:59.000Z","size":1184,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-22T18:18:09.432Z","etag":null,"topics":["ai","angular","computer-vision","depth-map"],"latest_commit_sha":null,"homepage":"https://darioft.github.io/depth-angular/","language":"TypeScript","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/DarioFT.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":"2024-06-21T15:45:46.000Z","updated_at":"2024-12-22T17:43:56.000Z","dependencies_parsed_at":"2024-06-23T03:52:20.622Z","dependency_job_id":"50d1b545-e97b-49c9-bf92-19740040ed54","html_url":"https://github.com/DarioFT/depth-angular","commit_stats":null,"previous_names":["darioft/depth-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DarioFT/depth-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioFT%2Fdepth-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioFT%2Fdepth-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioFT%2Fdepth-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioFT%2Fdepth-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DarioFT","download_url":"https://codeload.github.com/DarioFT/depth-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioFT%2Fdepth-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["ai","angular","computer-vision","depth-map"],"created_at":"2026-01-22T06:03:11.706Z","updated_at":"2026-01-22T06:03:12.603Z","avatar_url":"https://github.com/DarioFT.png","language":"TypeScript","readme":"\n# DepthAngular\n\nDepthAngular is an open-source project designed as a serverless alternative to LeiaPix/Immersity AI, leveraging Angular 18 standalone components and the Angular Material library. This project aims to enhance the capabilities of the Xenova tech demo with additional features and improvements.\n\n## Table of Contents\n- [Features](#features)\n- [Installation](#installation)\n- [Development Server](#development-server)\n- [Code Scaffolding](#code-scaffolding)\n- [Build](#build)\n- [Running Unit Tests](#running-unit-tests)\n- [Running End-to-End Tests](#running-end-to-end-tests)\n- [Libraries Used](#libraries-used)\n- [Further Help](#further-help)\n\n## Features\n- Angular 18 standalone components\n- Angular Material for modern UI components\n- Integration with Xenova Transformers for AI capabilities\n- Canvas Capture for media processing\n- Three.js for 3D rendering\n\n## Installation\n\nTo get started with DepthAngular, follow these steps:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/DarioFT/depth-angular.git\n    cd depth-angular\n    ```\n\n2. Install the dependencies:\n    ```bash\n    npm install\n    ```\n\n## Development Server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n```bash\nng serve\n```\n\n## Code Scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n```bash\nng generate component component-name\n```\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n```bash\nng build\n```\n\n## Running Unit Tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n```bash\nng test\n```\n\n## Running End-to-End Tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n```bash\nng e2e\n```\n\n## Libraries Used\n\n- **@angular/material**: Angular Material is used for implementing modern UI components.\n  ```json\n  \"@angular/material\": \"^18.0.4\"\n  ```\n\n- **@xenova/transformers**: This library provides AI capabilities through various transformers.\n  ```json\n  \"@xenova/transformers\": \"^2.17.2\"\n  ```\n\n- **canvas-capture**: Used for media processing and capturing canvas content.\n  ```json\n  \"canvas-capture\": \"^2.1.1\"\n  ```\n\n- **three**: Three.js is used for 3D rendering and visualization.\n  ```json\n  \"three\": \"^0.165.0\"\n  ```\n\n## Further Help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n---\n\nFeel free to contribute to the project by opening issues and pull requests. For major changes, please open an issue first to discuss what you would like to change.\n\nHappy coding!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarioft%2Fdepth-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarioft%2Fdepth-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarioft%2Fdepth-angular/lists"}