diff --git a/README.md b/README.md index 8df4c23..8ffc856 100644 --- a/README.md +++ b/README.md @@ -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.
@@ -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. react-native-tensorflow
-2. react-native-live-translator
-3. seepizz
-4. tensorflow-for-poets
-5. Generate Signed APK
+## References
+1. react-native-live-translator
+2. seepizz
+3. tensorflow-for-poets
+4. Generate Signed APK
## Contributing
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 084d74b..ebc1718 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -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"