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
-app
-components
-face-detection
-hand-detection
-object-detection
-pose-detection
-shared
-webcam
-assets
Make sure you have the following installed:
- Node.js (v16+ recommended)
- Angular CLI (latest version)
git clone /~https://github.com/omatheusribeiro/advanced-detection-app.git
cd advanced-detection-app
# Install dependencies
npm install
ng serve
Then open your browser and go to: http://localhost:4200/ 🚀
- Angular 19
- TensorFlow.js
- TypeScript
- HTML & CSS
This project is licensed under the GPL-2.0 License.