REST API

  • Speakr v0.8.0: New Diarization & REST API


    Speakr v0.8.0 - Additional diarization options and REST APISpeakr v0.8.0 introduces new features for its self-hosted transcription app, enhancing user experience with additional diarization options and a REST API. Users can now perform speaker diarization without a GPU by setting the TRANSCRIPTION_MODEL to gpt-4o-transcribe-diarize, utilizing their OpenAI key for diarized transcripts. The REST API v1 facilitates automation, compatible with tools like n8n and Zapier, and includes interactive Swagger documentation and personal access tokens for authentication. The update also improves UI responsiveness for lengthy transcripts, offers better audio playback, and maintains compatibility with local LLMs for text generation, while simplifying configuration through a connector architecture that auto-detects providers based on user settings. This matters because it makes advanced transcription and automation accessible to more users by reducing hardware requirements and simplifying setup, enhancing productivity and collaboration.

    Read Full Article: Speakr v0.8.0: New Diarization & REST API

  • mlship: One-command Model Serving Tool


    [P] mlship - One-command model serving for sklearn, PyTorch, TensorFlow, and HuggingFacemlship is a command-line interface tool designed to simplify the process of serving machine learning models by converting them into REST APIs with a single command. It supports models from popular frameworks such as sklearn, PyTorch, TensorFlow, and HuggingFace, even allowing direct integration from the HuggingFace Hub. The tool is open source under the MIT license and seeks contributors and feedback to enhance its functionality. This matters because it streamlines the deployment process for machine learning models, making it more accessible and efficient for developers and data scientists.

    Read Full Article: mlship: One-command Model Serving Tool