The Object Recognition project is a powerful system designed to detect objects, using the TensorFlow library. 🚀
This repository contains an implementation of:
✅ Object Recognition 😊😡😢
The objective of this project is to demonstrate the use of the TensorFlow library to perform object recognition. TensorFlow is an open source library that has several real-time detection functionalities.
object-recognition
├── public/
│ └── index.html
├── src/
│ └── App.js
│ └── index.js
│ └── utilities.js
Make sure you have the following installed:
- Node.js (v16+ recommended)
git clone https://github.com/omatheusribeiro/object-recognition.git
cd object-recognition
# Install dependencies
npm install
$env:NODE_OPTIONS="--openssl-legacy-provider"
npm start
Then open your browser and go to: http://localhost:3000/ 🚀
- React
- TensorFlow.js
- TypeScript
- HTML & CSS
This project is licensed under the BSD 3-Clause License.