GithubHelp home page GithubHelp logo

darkmatter18 / whatsthere Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 10.0 55.03 MB

Pytorch based Android app, which classifies images using MobileNet-V2 model, takes image using CameraX API

Home Page: https://github.arkadip.me/WhatsThere/

License: Apache License 2.0

Java 86.52% Kotlin 13.48%
pytorch pytorch-android android java camera2 camerax image-classification imagenet imagenet-classifier mobilenetv2

whatsthere's Introduction

WhatsThere

Installation Guideline

GitHub Forks GitHub issues GitHub stars GitHub license

App Splash Screen

An Android Application, which can sense and classify objects in Real time.

The App is created using the concepts of Deep Learning and Artificial Neural Networks. WhatsThere is a great example, that how Artificial Intelligence can do a lot without human interference.

Features

Features

  1. The App can sense 1000 different kinds of objects, from Keyborads to Dog Bread
  2. The App has a Flash On/Off button, so the app can see clearly at night.
  3. The Camera Focus is automatically adjusted, so you don't have to bother to focus any object.

Last but not least

  1. The App is so light weight and can do it's job very precisely even in VERY LOW SPECS Device.

Technology

Android PyTorch JAVA

  • The App is created for and only for Android, 2 minutes of silence for other platforms
  • To power-up the Deep Neural Network, the App uses PyTorch
  • Written in Shuddh JAVA
  • Uses CameraX to Capture frames

Neural Network

  • The App uses the pretrained MobileNet-v2 model as it's classifier backend

Model Artitecture

Example Images

App Example 1

Maintainer

Relative date Maintenance

Arkadip Bhattacharya

Need help? Feel free to contact me @ [email protected]

GitHub followers Twitter Follow

LOVE FOR YOU BY DEVELOPERS

whatsthere's People

Contributors

anita-ihuman avatar darkmatter18 avatar dependabot-preview[bot] avatar dependabot[bot] avatar imgbotapp avatar pey-crypto avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

whatsthere's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency gradle to v6.9.4
  • fix(deps): update dependency org.pytorch:pytorch_android to v1.13.1
  • fix(deps): update dependency org.pytorch:pytorch_android_torchvision to v1.13.1
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-java action to v4
  • chore(deps): update dependency gradle to v8
  • fix(deps): update dependency com.android.tools.build:gradle to v8
  • fix(deps): update dependency org.pytorch:pytorch_android to v2
  • fix(deps): update dependency org.pytorch:pytorch_android_torchvision to v2
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/android.yml
  • actions/checkout v2
  • actions/setup-java v2
gradle
gradle.properties
settings.gradle
build.gradle
  • com.android.tools.build:gradle 7.0.4
app/build.gradle
  • androidx.appcompat:appcompat 1.2.0
  • androidx.constraintlayout:constraintlayout 2.0.4
  • junit:junit 4.13.2
  • androidx.test.ext:junit 1.1.2
  • androidx.test.espresso:espresso-core 3.3.0
  • androidx.camera:camera-camera2 1.0.0-beta11
  • androidx.camera:camera-core 1.0.0-beta11
  • androidx.camera:camera-core 1.0.0-beta11
  • androidx.camera:camera-extensions 1.0.0-alpha18
  • androidx.camera:camera-lifecycle 1.0.0-beta11
  • androidx.camera:camera-view 1.0.0-alpha15
  • org.pytorch:pytorch_android 1.10.0
  • org.pytorch:pytorch_android_torchvision 1.7.0
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 6.1.1

  • Check this box to trigger a request for Renovate to run again on this repository

Migration to Kotlin

Have you ever thought about migrating JAVA Based code to Kotlin? If so I like to take it up

Improve Installation.md

  • Change this file
  • Rename to INSTALLATION.md
  • Make a detailed description.
  • Change the main README, so that it can point to the new INSTALLATION.md
  • Please check for the Play protect warning in your device, if there is no warning, don't add the existing 4th and 5th step.

Happy Contributing ๐ŸŽ‰๐ŸŽŠ

at androidx.camera.

D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-363243cc-9dfa-4221-a621-f07e9ad2455d225614689, androidx.camera.core.Preview-688c94fe-d026-4a9e-b7fe-eb2e30b843f9107609800] for camera: 0
D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-363243cc-9dfa-4221-a621-f07e9ad2455d225614689] for camera: 0
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.arkadip.whatsthere, PID: 7361
java.lang.NoSuchMethodError: No virtual method getCamera()Landroidx/camera/core/Camera; in class Landroidx/camera/core/SurfaceRequest; or its super classes (declaration of 'androidx.camera.core.SurfaceRequest' appears in /data/data/com.arkadip.whatsthere/code_cache/.overlay/base.apk/classes.dex)
at androidx.camera.view.PreviewView.lambda$createSurfaceProvider$1$PreviewView(PreviewView.java:240)
at androidx.camera.view.-$$Lambda$PreviewView$n1PRP3s6fDboGjmt9Yty7nYrFM0.onSurfaceRequested(Unknown Source:2)
at androidx.camera.core.Preview.lambda$sendSurfaceRequestIfReady$1(Preview.java:389)
at androidx.camera.core.-$$Lambda$Preview$cQQSNpTD_vzDR540rq5dmfARJz4.run(Unknown Source:4)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
D/Camera2CameraImpl: {Camera@a06afe[id=0]} Resetting Capture Session

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.