diff --git a/Dockerfile b/Dockerfile index 212bb54..9264ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN apt-get update \ RUN pip install kaggle gunicorn -ENV KAGGLE_USERNAME="YOUR_KAGGLE_USERNAME" -ENV KAGGLE_KEY="YOUR_KAGGLE_KEY" +ENV KAGGLE_USERNAME="notyoursurya" +ENV KAGGLE_KEY="ef6123cf1b7d184ff4425cdd469cccb1" ENV MODEL_NAME="Arihant.v1" RUN mkdir -p /root/.kaggle \ diff --git a/README.md b/README.md index c6da12f..7248984 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,9 @@ Developing solutions, keeping in mind the need to enhance the primary sector of * Now you are ready to use the app. * Scan the QR code displayed on the console with Expo Go app in your phone -## Download Built Apk (Unstable) +## Download Built Apk (Stable) -We are working on the build app yet as the server is not fixed for use. We will release an stable version soon but as of now, you can test the prototype [here](https://expo.dev/artifacts/eas/vULn8pbB4Ykbh3ycigysmE.apk) +[Here](https://expo.dev/artifacts/eas/vu3ujbP4FVumyxphuXuqjH.apk) is built apk file for use. You may download it, start your server, put your server address in the app and restart the app. ## Preview diff --git a/client/app.json b/client/app.json index 40f5f82..6b985b6 100644 --- a/client/app.json +++ b/client/app.json @@ -31,6 +31,16 @@ "eas": { "projectId": "36761f99-7345-41a4-a2d4-1ca110e2222b" } - } + }, + "plugins": [ + [ + "expo-build-properties", + { + "android" : { + "usesCleartextTraffic": true + } + } + ] + ] } } diff --git a/client/package.json b/client/package.json index b09a553..414ec53 100644 --- a/client/package.json +++ b/client/package.json @@ -16,6 +16,7 @@ "@rneui/themed": "^4.0.0-rc.8", "base-64": "^1.0.0", "expo": "~50.0.14", + "expo-build-properties": "^0.11.1", "expo-camera": "^14.1.1", "expo-constants": "~15.4.5", "expo-image-picker": "^14.7.1",