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

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.

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.