Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

150 generic tflite plugin #151

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

williamzhang0306
Copy link
Contributor

@williamzhang0306 williamzhang0306 commented Aug 13, 2024

This plugin allows users to run a tflite model within onair. Currently the plugin generates random input data based on the model's input shapes. The 'render_reasoning` methods returns the outputs of a model inference on the random data.

These are the tflite models I've downloaded that I have tested this plugin with:

Current TODO List:

  • Unit testing
  • Support for quantized models
  • Support for edge tpu devices

@williamzhang0306 williamzhang0306 marked this pull request as ready for review August 14, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant