Talk-Llama

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    https://github.com/ggerganov/whisper.cpp/issues/352#issuecom...

    I'm not sure what changed, but basically I purged ffmpeg and libsdl2-dev and the `make` in the root of the repo. Then I installed libsdl2 and ffmpeg and `make talk-llama`.

    It's quite slow on 4 core i7-8550U and 16 GB of RAM.

    basically, in the root of the repo:

    $ sudo apt purge ffmpeg

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. whisper

    Robust Speech Recognition via Large-Scale Weak Supervision

    For SRT, here are some front-ends: https://www.reddit.com/r/OpenAI/comments/163hzhe/recommended...

    Also I saw this thing called WhisperScript that looks pretty slick: https://github.com/openai/whisper/discussions/1028

    That being said, WhisperX isn't that hard to setup. My step by step from a couple months ago: https://llm-tracker.info/books/logbook/page/transcription-te...

  4. ollama

    Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.

  5. distil-whisper

    Distilled variant of Whisper for speech recognition. 6x faster, 50% smaller, within 1% word error rate.

    Is https://github.com/huggingface/distil-whisper on its way to whisper.cpp?

  6. cog

    Containers for machine learning

    I'm in the same situation. I found this cog project to dockerise ML https://github.com/replicate/cog : you write just one python class and a yaml file, and it takes care of the "CUDA hell" and deps. It even creates a flask app in front of your model.

    That helps keep your system clean, but someone with big $s please rewrite pytorch to golang or rust or even nodejs / typescript.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MacWhisper: Transcribe audio files on your Mac

    8 projects | news.ycombinator.com | 23 Aug 2023
  • New OpenAI Whisper model: "turbo"

    2 projects | news.ycombinator.com | 30 Sep 2024
  • OTranscribe: A free and open tool for transcribing audio interviews

    8 projects | news.ycombinator.com | 9 Aug 2024
  • Distil-Whisper: a distilled variant of Whisper that is 6x faster

    1 project | /r/AudioAI | 17 Nov 2023
  • AI — weekly megathread!

    3 projects | /r/artificial | 5 Nov 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?