HackerTrans
TopNewTrendsCommentsPastAskShowJobs

akadeb

no profile record

Submissions

Show HN: Realtime Voice AI on ESP32 with Cloudflare Durable Objects

github.com
2 points·by akadeb·3 माह पहले·0 comments

Show HN: I built a free CharacterAI that runs locally

github.com
8 points·by akadeb·4 माह पहले·4 comments

I built a screen-free, storytelling toy with an ESP32

github.com
2 points·by akadeb·4 माह पहले·1 comments

Show HN: Build a $10 AI Toy that runs locally on your Mac

github.com
2 points·by akadeb·4 माह पहले·0 comments

Show HN: AI Toys that don't need the internet

github.com
1 points·by akadeb·4 माह पहले·0 comments

Show HN: AI Toys that don't need the internet

github.com
3 points·by akadeb·4 माह पहले·1 comments

Show HN: I Hid Labubus in World Labs' AI Worlds

akadeb.xyz
15 points·by akadeb·9 माह पहले·25 comments

comments

akadeb
·12 दिन पहले·discuss
RIP legend
akadeb
·4 माह पहले·discuss
Yeah I sell one here https://www.elatoai.com/products/ai-devkit If you pre-order on the link I can ship you one at a discount
akadeb
·4 माह पहले·discuss
Thanks Boris! The case is made out of Resin but I started with PLA. Will post the open-sourced STEP files there
akadeb
·4 माह पहले·discuss
I built an open-source, screen-free, storytelling toy for my nephew who uses a Yoto toy. My sister told me he talks to the stories sometimes and I thought it could be cool if he could actually talk to those characters in stories with AI models (STT, LLM, TTS) running locally on her Macbook and not send the conversation transcript to cloud models.

This is my voice AI stack:

- ESP32 on Arduino to interface with the Voice AI pipeline

- mlx-audio for STT (whisper) and TTS with streaming (`qwen3-tts` / `chatterbox-turbo`)

- mlx-vlm to use vision language models like Qwen3.5-9B and Mistral

- mlx-lm to use LLMs like Qwen3, Llama3.2, Gemma3

- Secure websockets to interface with a Macbook

This repo supports inference on Apple Silicon chips (M1/2/3/4/5) but I am planning to add Windows soon. Would love to hear your thoughts on the project.
akadeb
·4 माह पहले·discuss
Many parents are concerned about sending their children's chat transcripts to the cloud and privacy is often the first thing that comes up when we talk about AI toys.

So I built OpenToys so anyone with an ESP32 can create their own AI Toys that run inference locally, starting with Apple Silicon chips and keep their data from leaving their home network.

The repo currently supports voice cloning and multilingual conversations in 10 languages locally. The app is a Rust Tauri app with a Python sidecar with the voice pipeline. The stack uses Whisper for STT, any MLX LLMs, Qwen3-TTS and Chatterbox-Turbo for TTS.
akadeb
·6 माह पहले·discuss
You could pipe the output to an audio file with ffmpeg or pyaudio and save it locally
akadeb
·6 माह पहले·discuss
https://www.akadeb.xyz