Skip to content

JayLiuTU/cameraapp

 
 

Repository files navigation

This is my prototype app intended to turn an old android smartphone into a security camera with AI person and object detection. If you navigate to lite/examples/object_detection/android this is an Android Studio project that you can run on a physical Android phone running a minimum SDK of 24. Currently all that's been done is hijacking the output of the existing tensorflow model and creating a toast popup whenever the model detects a person object, along with a frame counting threshold to avoid false positives. In the future this can be used to distinguish the beginning and end of an event of interest to save to a file.

TensorFlow Examples



Most important links!

If you are looking to learn TensorFlow, don't miss the core TensorFlow documentation which is largely runnable code. Those notebooks can be opened in Colab from tensorflow.org.

What is this repo?

This is the TensorFlow example repo. It has several classes of material:

We welcome community contributions, see CONTRIBUTING.md and, for style help, Writing TensorFlow documentation guide.

To file an issue, use the tracker in the tensorflow/tensorflow repo.

License

Apache License 2.0

About

TensorFlow examples

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 35.9%
  • Python 25.7%
  • Kotlin 14.6%
  • Swift 11.5%
  • Java 7.2%
  • C++ 2.2%
  • Other 2.9%