https://github.com/omatheusribeiro/advanced-detection-app
The advanced detection application was built as a way to advance knowledge in the use of artificial intelligence. Therefore, this project uses the Tensorflow library together with Angular 19 to make several detections, such as facial, objects, movement and hands.
https://github.com/omatheusribeiro/advanced-detection-app
angular angular19 bootstrap detect detect-faces detect-objects handpose posenet tensorflow typescript webcam
Last synced: 3 months ago
JSON representation
The advanced detection application was built as a way to advance knowledge in the use of artificial intelligence. Therefore, this project uses the Tensorflow library together with Angular 19 to make several detections, such as facial, objects, movement and hands.
- Host: GitHub
- URL: https://github.com/omatheusribeiro/advanced-detection-app
- Owner: omatheusribeiro
- License: gpl-2.0
- Created: 2025-01-20T02:12:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T00:07:13.000Z (3 months ago)
- Last Synced: 2025-02-16T01:18:03.668Z (3 months ago)
- Topics: angular, angular19, bootstrap, detect, detect-faces, detect-objects, handpose, posenet, tensorflow, typescript, webcam
- Language: TypeScript
- Homepage:
- Size: 916 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Advanced Detection Application
## 📌 Overview
The **Advanced Detection Application** was built as a way to advance knowledge in the use of artificial intelligence. Therefore, this project uses the **TensorFlow** library together with **Angular 19** to perform various detections, such as:✅ **Face Detection**
✅ **Object Detection**
✅ **Pose Detection**
✅ **Hand Movement Detection**## 🏗️ Project Structure
```
-app
-components
-face-detection
-hand-detection
-object-detection
-pose-detection
-shared
-webcam
-assets
```## 🚀 Getting Started
### 📋 Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/) (v16+ recommended)
- [Angular CLI](https://angular.io/cli) (latest version)### 🔧 Installation
```sh
git clone https://github.com/omatheusribeiro/advanced-detection-app.git
```
```sh
cd advanced-detection-app
```
```sh
# Install dependencies
npm install
```### ▶️ Running the Project
```sh
ng serve
```
Then open your browser and go to: **http://localhost:4200/** 🚀## 🛠️ Technologies Used
- **Angular 19**
- **TensorFlow.js**
- **TypeScript**
- **HTML & CSS**## 📜 License
This project is licensed under the GPL-2.0 License.