Container to run and develop in Tensorflow Lite. Includes support for C++,Python, and Coral TPUs.
10K+
Docker image sources for dev and production environments supporting Tensorflow Lite and Coral APIs for both Python and C++.
Docker Hub »
·
Report Bug
·
Request Feature
This is the repository to build images for the Docker Hub repository, jjhickman/tensorflow-lite.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Just plain old Docker and git. NOTE: Current supported architectures:
arm64 - aarch64/arm64amd64 - x86_64/amd64jjhickman/tensorflow-lite:[TAG]or run the following
docker run -it -v ./workspace:/tensorflow-lite jjhickman/tensorflow-lite:[TAG] bash
cd coral/pycoral \
&& python3 examples/classify_image.py \
--model test_data/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \
--labels test_data/inat_bird_labels.txt \
--input test_data/parrot.jpg
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/jjhickman/tensorflow-lite
Content type
Image
Digest
sha256:a830f4787…
Size
236.6 MB
Last updated
over 2 years ago
docker pull jjhickman/tensorflow-lite