All Projects → speks7 → nazar

speks7 / nazar

Licence: Apache-2.0 license
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nazar

watsor
Object detection for video surveillance
Stars: ✭ 203 (+712%)
Mutual labels:  camera, realtime
Frigate
NVR with realtime local object detection for IP cameras
Stars: ✭ 1,329 (+5216%)
Mutual labels:  camera, realtime
avp-bev-open
A pkg stiching around view images(4-6cameras) to generate bird's eye view.
Stars: ✭ 34 (+36%)
Mutual labels:  camera
twilio-taskrouter-realtime-dashboard
Twilio TaskRouter Realtime Dashboard using Sync
Stars: ✭ 51 (+104%)
Mutual labels:  realtime
iam
💚 Introduction Bot for slack teams:
Stars: ✭ 12 (-52%)
Mutual labels:  heroku
SLProject
SLProject is a platform independent 3D computer graphics scene graph library. Read more on:
Stars: ✭ 47 (+88%)
Mutual labels:  realtime
Color-Pic
Generate color palettes with image recognition
Stars: ✭ 21 (-16%)
Mutual labels:  clarifai-api
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+20%)
Mutual labels:  realtime
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+44%)
Mutual labels:  heroku
heroku-postico
Heroku Postgres connection tool for Postico
Stars: ✭ 37 (+48%)
Mutual labels:  heroku
Automated-Social-Distancing-Monitoring
automated social distancing monitoring system
Stars: ✭ 1 (-96%)
Mutual labels:  camera
newsemble
API for fetching data from news websites.
Stars: ✭ 42 (+68%)
Mutual labels:  heroku
realtime-object-detection
Detects objects in images/streaming video
Stars: ✭ 16 (-36%)
Mutual labels:  realtime
swift-extras-base64
Base64 encode and decode without the use of Foundation in pure Swift.
Stars: ✭ 65 (+160%)
Mutual labels:  base64
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (+92%)
Mutual labels:  realtime
django social login tutorial
Django Social Login Tutorial
Stars: ✭ 65 (+160%)
Mutual labels:  heroku
realtime-multiplayer-space-invaders
Realtime Multiplayer Space Invaders Game with Phaser 3 and Ably
Stars: ✭ 42 (+68%)
Mutual labels:  realtime
gogrs
📈 grs to Go. gogrs is a tool for fetching data from Taiwan Stock Exchange(TWSE) and dockerizing.
Stars: ✭ 58 (+132%)
Mutual labels:  realtime
OctoPrint-CameraSettings
An OctoPrint plugin that allows a user to interactively change camera settings.
Stars: ✭ 31 (+24%)
Mutual labels:  camera
meta pinger
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
Stars: ✭ 50 (+100%)
Mutual labels:  heroku

Nazar

icon

Electronic component detection system with server: Nazar Server

Overview

Nazar is an app built with react-native with a little spice of Tensorflow InveptionV3 which allows the user to take a picture using the camera or fetch image from gallery to identify the component with the predicted percentage ratio, thus using image processing and algorithm to segment them after detection along with fetching description about the detected component using Octopart API whose response is sent from the nazar-server itself.

It is done with both Clarifai API and Tensorflow frozen graph server deployed in heroku to deduce with internet along with option to look for feeds from internet within the app. The Option to fetch the details about detected component is setup but needs furnishing.

Run both on iOS and Android

Demo

Nazar demo

Information

    

Main View Image Picker Online analysis Realtime Analysis

Installation

Clone the source locally:

$ git clone https://github.com/aryaminus/nazar
$ cd nazar

Start the application in development mode

npm install
react-native link
react-native run-android
react-native run-ios

or for VS-Code:

npm install
react-native link

then press F1 or Fn+F1 and React Native:Run Android on Device or React Native:Run iOS on Simulator

References

  1. react-native-live-translator
  2. seepizz
  3. tensorflow-for-poets
  4. Generate Signed APK

Contributing

  1. Fork it (https://github.com/aryaminus/nazar/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].