Git Product home page Git Product logo

Comments (5)

mdmintz avatar mdmintz commented on May 25, 2024

Hi, @Zumbalamambo. First you'll need software that automatically saves still images from your webcam to a folder on your computer at regular intervals (I'm not sure which software is best for that at this time). Once you've done that, you can create a script that loops TensorPy's "classify" command to classify the still images from that folder and then save the results to some file.

from tensorpy.

Zumbalamambo avatar Zumbalamambo commented on May 25, 2024

is it possible to convert tensorpy into a complete windows desktop app? if so guide me in a direction. How can i bundle all dependencies into a standalone desktop app

from tensorpy.

mdmintz avatar mdmintz commented on May 25, 2024

For now, if you want to run TensorPy on a Windows machine, you'll need to use Docker. (See the TensorPy Docker tutorial: https://github.com/TensorPy/TensorPy/blob/master/third_party/docker/ReadMe.md). You should be able to bundle everything into your Docker instance.
The main reason for this is because Python 3 is required for installing/running TensorFlow on Windows natively (as seen from the TensorFlow installation instructions: https://www.tensorflow.org/install/install_windows#installing_with_native_pip), and right now TensorPy is built in Python 2. I was hoping that the creators of TensorFlow would add the ability to use TensorFlow on Windows natively with Python 2, but seems unlikely at this time. The workaround would require me to rewrite all of TensorPy in Python 3 in the future, which I may do, but it might not happen anytime soon. Try using the TensorPy Docker instructions as the basis of your standalone Windows desktop app.

from tensorpy.

mdmintz avatar mdmintz commented on May 25, 2024

@Zumbalamambo, you can also try this tutorial: https://codelabs.developers.google.com/codelabs/nest-camera-api/index.html?index=..%2F..%2Findex#0

from tensorpy.

mdmintz avatar mdmintz commented on May 25, 2024

@Zumbalamambo If it helps, TensorPy now supports Python 3.

from tensorpy.

Related Issues (7)

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.