An open API service indexing awesome lists of open source software.

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.

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.