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.

Repository from Github https://github.comomatheusribeiro/advanced-detection-appRepository from Github https://github.comomatheusribeiro/advanced-detection-app

πŸ€– 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:

πŸ”§ Installation

git clone https://github.com/omatheusribeiro/advanced-detection-app.git
cd advanced-detection-app
# Install dependencies
npm install

▢️ Running the Project

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.

About

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.

License:GNU General Public License v2.0


Languages

Language:TypeScript 79.0%Language:CSS 13.8%Language:HTML 7.2%