Skip to content

Instantly share code, notes, and snippets.

View gavrilov's full-sized avatar
:octocat:
hakuna matata

gavrilov

:octocat:
hakuna matata
  • San Francisco, CA
View GitHub Profile
@gavrilov
gavrilov / cloudSettings
Last active March 5, 2020 21:41
42 VS Code Settings
{"lastUpload":"2020-03-05T21:41:40.898Z","extensionVersion":"v3.4.3"}
@gavrilov
gavrilov / readme.md
Last active March 14, 2025 07:01
Obsidian voice recognition with local Whisper model

Obsidian voice recognition with local Whisper model

Install plugin Whisper for Obsidian

plugin's settings:

@gavrilov
gavrilov / YOLO_NAS_OpenVino.py
Last active November 4, 2024 20:19
Convert YOLONAS ONNX model to OpenVino for Frigate 0.14+
"""YOLO_NAS_Pretrained_Export.ipynb
Automatically generated by Colab.
"""
! pip install -q super_gradients==3.7.1
from super_gradients.common.object_names import Models
from super_gradients.conversion import DetectionOutputFormatMode
from super_gradients.training import models