Speech-to-Text.cloud

@SpeechToTextCloud@techhub.social
11 Followers
26 Following
149 Posts

Was lange währt ...

Wir haben jetzt eine eigene #Peertube-Instanz und beim Namen haben wir uns dann doch nicht ausgetobt. 🙈@ct_3003 ist schon dort, weitere Accounts sollen folgen.

Bitte schön folgen, wir wollen ja hier im Haus auch zeigen, dass das Interesse da ist. Und @keno3003 freut sich dann auch.

#Fediverse #Videos #ct3003

Exciting updates at speech-to-text.cloud!

We've just added speaker identification, so you can easily label and track who's speaking in your transcripts.

Plus, our Summarize and Translate tasks just got a 30% speed boost!

Try out our improved platform and discover a smarter way to work with audio and video files.

https://www.speech-to-text.cloud/

#speechtotext #transcription #productivity"

Speech to Text Conversion

Upload an .mp3 and download your text transcript immediately. No subscription and no account required. Super-easy Speech to Text conversion.

Online Speech to Text Cloud

@thhindrichs
@below @thhindrichs
@RuthInkognito @thhindrichs
@herbie62

Du könntest die Sprachnachricht bei uns hochladen, dann bekommst Du den Text 🤫

Sometimes people think #curl is a simple little HTTP tool, while in reality there's a whole internet transfer machine in there supporting 28 protocols.

🍹 Nothing like helping a client out with a server issue while they are away on vacation to get the blood flowing on a Friday afternoon.

🥳 Periodic reminder to contact my company, REVSYS, if you want to take a vacation without worrying about your servers while you are gone. https://www.revsys.com/contact/

We can babysit your apps while you are on vacation-as-a-service.

Contact REVSYS

REVSYS

aprxc — A command-line tool to estimate the number of distinct elements in a file/stream using Chakraborty/Vinodchandran/Meel approximation algorithm¹.

▸ Easier to remember & faster than `sort | uniq | wc -l`.
▸ Bound memory usage
▸ Exact until 80k unique values, 0.4–1% deviation beyond
▸ v2 with less BS in the README

Useful? You decide! Try out:
▸ uvx aprxc -h
▸ pipx run aprxc -h

https://codeberg.org/fa81/aprxc
https://github.com/hellp/aprxc

¹ https://arxiv.org/pdf/2301.10191#section.2

#math #ComputerScience #Python #CLI

aprxc

A command line tool / Python class to approximate the number of distinct values in a stream of elements using the (simple) Chakraborty/Vinodchandran/Meel algorithm (https://arxiv.org/pdf/2301.10191#section.2).

Codeberg.org
The surprising way to save memory with BytesIO

Itamar Turner-Trauring explains that if you have a `BytesIO` object in Python calling `.read()` on it will create a full copy of that object, doubling the amount of memory used …

@hbelmiro at least this is pretty concise.

Here's my end-of-year review of things we learned about LLMs in 2024 - we learned a LOT of things https://simonwillison.net/2024/Dec/31/llms-in-2024/

Table of contents:

Things we learned about LLMs in 2024

A lot has happened in the world of Large Language Models over the course of 2024. Here’s a review of things we figured out about the field in the past …

Simon Willison’s Weblog

Uv, a fast Python package and project manager

https://docs.astral.sh/uv/

uv

uv is an extremely fast Python package and project manager, written in Rust.