https://github.com/omatheusribeiro/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.
https://github.com/omatheusribeiro/object-recognition
css detection detector-objetos front-end front-end-development frontend html javascript object object-detection object-recognition react reactjs recognition reconhecimento-objetos tensorflow
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/omatheusribeiro/object-recognition
- Owner: omatheusribeiro
- License: bsd-3-clause
- Created: 2022-04-21T00:56:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T01:04:47.000Z (10 months ago)
- Last Synced: 2025-04-02T08:36:06.415Z (9 months ago)
- Topics: css, detection, detector-objetos, front-end, front-end-development, frontend, html, javascript, object, object-detection, object-recognition, react, reactjs, recognition, reconhecimento-objetos, tensorflow
- Language: CSS
- Homepage:
- Size: 555 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Object Recognition
## 📌 Overview
The **Object Recognition** project is a powerful system designed to detect objects, using the **TensorFlow** library. 🚀
This repository contains an implementation of:
✅ **Object Recognition** 😊😡😢
## 📝 Description
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.
## 🏗️ Project Structure
```
object-recognition
├── public/
│ └── index.html
├── src/
│ └── App.js
│ └── index.js
│ └── utilities.js
```
## 🚀 Getting Started
### 📋 Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/) (v16+ recommended)
### 🔧 Installation
```sh
git clone https://github.com/omatheusribeiro/object-recognition.git
```
```sh
cd object-recognition
```
```sh
# Install dependencies
npm install
```
### ▶️ Running the Project
```sh
$env:NODE_OPTIONS="--openssl-legacy-provider"
npm start
```
Then open your browser and go to: **http://localhost:3000/** 🚀
## 🛠️ Technologies Used
- **React**
- **TensorFlow.js**
- **TypeScript**
- **HTML & CSS**
## 📜 License
This project is licensed under the BSD 3-Clause License.