#machine-learning
View:
  • 1.
    Stenography
    3 years ago by bramses
    favorite
    share
    Score: 51/100
    Category: Coding & Technical Tools
    The Stenography plugin is a game-changer for Obsidian users who work with code. This innovative plugin uses Stenography's AI technology to translate selected code blocks into plain English, making it easier to understand complex coding concepts without having to decipher the original code. With just a few clicks, you can get instant explanations of code snippets, saving time and reducing frustration. The plugin also attempts to identify the language in which the code is written, adding an extra layer of clarity to your research process.
    View Plugin Details
  • 2.
    Smart Text Mover
    10 months ago by Ankush-Chander
    favorite
    share
    Score: 43/100
    The Smart Text Mover plugin helps organize text and external links in Obsidian files by suggesting headings where the content can be moved. It supports three modes: a simple position-based list of target sections, LLM-powered suggestions for files with minimal data, and a Naive Bayes classifier that improves with usage by analyzing word distributions under headings. Users can easily relocate selected lines of text by choosing from ranked suggestions based on proximity. The plugin is particularly useful for tasks like categorizing bookmarks and works well alongside tools like the URL Namer plugin.
    View Plugin Details
  • 3.
    Vector Search
    2 months ago by Ashwin A Murali
    Score: 15/100
    The Vector Search plugin enhances Obsidian with semantic search capabilities using Ollama's embedding API. Unlike traditional keyword-based search, it finds notes with similar meanings by generating vector embeddings for markdown content. The plugin enables users to search for related notes based on selected text, configure similarity thresholds, and process files efficiently with automatic indexing and updates. It includes smart text chunking strategies to optimize search results and supports real-time monitoring of file changes.
    View Plugin Details