Skip to content

lucastanger/embedded-quality-assurance

Repository files navigation

Quality Assurance - An embedded machine learning approach

A TFLite Model Evaluation for embedded quality assurance

image

Connect Docker TensorFlow Runtime

To run the Notebooks contained in this repository, I highly recommend you to use the provided Dockerfile. The recommended setup is WSL with a NVIDIA GPU.

Simply run these commands to get started:

$ docker build -t tf-gpu-jupyter .

To launch the Docker Container

$ docker run -it --rm -p 8888:8888 --gpus all -v $(pwd):/tf tf-gpu-jupyter 

Preview of Failures

image

About

A TFLite Model Evaluation for embedded quality assurance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages