Skip to content

Releases: quic/ai-hub-apps

v0.3.0

08 Oct 23:53
Compare
Choose a tag to compare

New Additions

  • Added Windows Sample Applications: LLamaV2 Chat, Whisper Speech-to-Text (Python), Classification, Super Resolution

Quality Improvements & Bug Fixes

  • Android Applications now use QNN directly from Maven. (Previous code would download a copy of the SDK and manually extract it).

v0.2.1

27 Aug 20:33
Compare
Choose a tag to compare

New Additions:

  • Example Windows app using ONNX runtime and NPU acceleration via the QNN execution provider:

    • ObjectDetection: Detect objects in an image and annotate them with bounding boxes

v0.1.1

17 Jul 19:57
Compare
Choose a tag to compare

New Additions:

  • Example Android apps using TFLite and NPU acceleration via the QNN delegate:

    • ImageClassification: Image classification on still images
    • SemanticSegmentation: Semantic segmentation on live camera feed
    • SuperResolution: Super resolution on still images