Skip to content

A basically Object Recognition with TensorFlow.js and Vue 3.

Notifications You must be signed in to change notification settings

eralpozcan/TF.js-with-Vue3

Repository files navigation

Tensorflow.js

📔 About

In simple terms, this repo or project aims to demonstrate the use of Tensorflow.js and Vue.js. MobileNet-v2 Model and ImageNet tags are used. After identification, it adds the product to the cart according to the transaction. A json data is used as a database. If the product description is not there, it will not add it to the cart. This is a simplified version of a scenario.

📜 Features

  • Object Recognition
  • Add to Cart