Skip to content
View 930727fre's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report 930727fre

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tvm_rvv_matmul_byoc tvm_rvv_matmul_byoc Public

    This repository contains the code and procedures for compiling and running Whisper-tiny models on the Banana Pi F3, using TVM with BYOC integration and an RVV-optimized matmul operator.

    Python 2 2

  2. VQAweb VQAweb Public

    This project is a full-stack web application designed for Visual Question Answering (VQA) focused on environmental assessment, specifically air quality prediction and recommendation generation base…

    Jupyter Notebook 3 4

  3. A visualizer for Game theory A visualizer for Game theory
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    from matplotlib.widgets import Button
    4
    import random
    5