Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Jun 30, 2018
1 parent f3d4c20 commit 7416ba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

## Overview

Nazar is an app built with react-native with a little spice of Tensorflow 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.
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.

It is done with both Clarifai API and Tensorflow frozen graph to deduce without internet along with option to look for feeds from internet with the app.
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 being worked on and will be pushed in opcoming version.

<p align="center">
<a href="https://play.google.com/store/apps/details?id=com.speks.nazar" target="_blank"><img src="http://i.imgur.com/D5B4zOT.png" height="75"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://itunes.apple.com/us/app/" target="_blank"><img src="http://i.imgur.com/Akywpc7.png" height="75"/></a>
Expand All @@ -35,32 +35,24 @@ $ cd nazar
CLARIFAY_KEY="your clarifai api key"
```

**Add assets by creating an `assets` folder in project root directory**
```
dumbell.jpg
tensorflow_inception_graph.pb
tensorflow_labels.txt
```

**Start the application in development mode**
```
npm install
react-native link
react-native run android
```
or for VS-Code:
**or for VS-Code:**
```
npm install
react-native link
```
then press F1 or Fn+F1 and React Native:Run Android on Device

## References:
1. <a href="https://github.com/reneweb/react-native-tensorflow" target="_blank">react-native-tensorflow</a>
2. <a href="https://github.com/agrcrobles/react-native-live-translator" target="_blank">react-native-live-translator</a>
3. <a href="https://github.com/leonardoballand/seepizz" target="_blank">seepizz</a>
4. <a href="https://github.com/googlecodelabs/tensorflow-for-poets-2" target="_blank">tensorflow-for-poets</a>
5. <a href="https://facebook.github.io/react-native/docs/signed-apk-android.html" target="_blank">Generate Signed APK</a>
## References
1. <a href="https://github.com/agrcrobles/react-native-live-translator" target="_blank">react-native-live-translator</a>
2. <a href="https://github.com/leonardoballand/seepizz" target="_blank">seepizz</a>
3. <a href="https://github.com/googlecodelabs/tensorflow-for-poets-2" target="_blank">tensorflow-for-poets</a>
4. <a href="https://facebook.github.io/react-native/docs/signed-apk-android.html" target="_blank">Generate Signed APK</a>

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ android {
applicationId "com.speks.nazar"
minSdkVersion 16
targetSdkVersion 22
versionCode 2
versionCode 3
versionName "1.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down

0 comments on commit 7416ba8

Please sign in to comment.