General instruccions to use pwnagotchi in others sbc orange pi 3 for example

This page summarizes the projects mentioned and recommended in the original post on /r/pwnagotchi

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Tensorflow-bin

    Prebuilt binary with Tensorflow Lite enabled. For RaspberryPi / Jetson Nano. Support for custom operations in MediaPipe. XNNPACK, XNNPACK Multi-Threads, FlexDelegate.

  • Bazel

    a fast, scalable, multi-language and extensible build system

  • Install necessary dependencies: sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential git libhdf5-dev python-dev python-pip python-numpy python-wheel python-mock python-mockito python-pytest python-six python-h5py sudo pip install --upgrade pip sudo pip install setuptools Install Bazel: sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python wget https://github.com/bazelbuild/bazel/releases/download/0.26.1/bazel-0.26.1-installer-linux-x86_64.sh chmod +x bazel-0.26.1-installer-linux-x86_64.sh ./bazel-0.26.1-installer-linux-x86_64.sh --user Clone TensorFlow 1.x: git clone https://github.com/tensorflow/tensorflow.git cd tensorflow git checkout r1.15 Configure TensorFlow: ./configure Build TensorFlow: bazel build --config=opt --local_resources=1024,1.0,1.0 --verbose_failures //tensorflow/tools/pip_package:build_pip_package bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg sudo pip install /tmp/tensorflow_pkg/tensorflow-1.15.0-cp27-cp27mu-linux_armv7l.whl Set up swap memory: sudo fallocate -l 4G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile Test TensorFlow: python -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • tensorflow

    An Open Source Machine Learning Framework for Everyone

  • Install necessary dependencies: sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential git libhdf5-dev python-dev python-pip python-numpy python-wheel python-mock python-mockito python-pytest python-six python-h5py sudo pip install --upgrade pip sudo pip install setuptools Install Bazel: sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python wget https://github.com/bazelbuild/bazel/releases/download/0.26.1/bazel-0.26.1-installer-linux-x86_64.sh chmod +x bazel-0.26.1-installer-linux-x86_64.sh ./bazel-0.26.1-installer-linux-x86_64.sh --user Clone TensorFlow 1.x: git clone https://github.com/tensorflow/tensorflow.git cd tensorflow git checkout r1.15 Configure TensorFlow: ./configure Build TensorFlow: bazel build --config=opt --local_resources=1024,1.0,1.0 --verbose_failures //tensorflow/tools/pip_package:build_pip_package bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg sudo pip install /tmp/tensorflow_pkg/tensorflow-1.15.0-cp27-cp27mu-linux_armv7l.whl Set up swap memory: sudo fallocate -l 4G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile Test TensorFlow: python -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts