Commit graph

27 commits

Author SHA1 Message Date
95d6baeebb add canonical permacomputer preamble to all source files 2026-02-25 17:39:59 -05:00
4cbfacfa95 rename reverse-rag to reverse-retrieval-augmented-generations-rag.html, update all sidebar links 2026-02-24 23:21:29 -05:00
d47e8900e7 add Reverse RAG whitepaper, link from all site pages and uncloseai.js docs 2026-02-24 18:41:25 -05:00
310853195b add styleguide page, redesign vault gate UI with proper CSS classes 2026-02-23 17:37:57 -05:00
f0db6d9589 add public domain license and headers to all source files 2026-02-22 22:27:09 -05:00
c6e47df7c2 add browser toys portal page and sidebar links
new browser-toys.html with install instructions, storage/privacy
docs, and per-browser guides. sidebar link added to all 26 pages.
browser toys section added to index.html and uncloseai-js.html.
2026-02-22 10:51:53 -05:00
3258cac2a3 Add uncloseai-cli page, fix Discord invite, ban em dashes in writing 2026-02-16 15:52:41 -05:00
e0630221e4 Add TTS play buttons for voice demos (aria, atlas) 2026-01-28 07:59:12 -05:00
df040d4f70 Add make voices-qwen to self-hosting instructions
Explain how to download the 42+ cloned voice samples from LibriSpeech
using the new Makefile target. Updated on both the main TTS page and
the Qwen3-TTS subpage.
2026-01-27 17:31:17 -05:00
363dde30f0 Use real model names on TTS pages, add upstream HuggingFace links
Replace generic engine names (Voice Cloning, Fast Synthesis, etc.)
with actual model names (Qwen3-TTS, Piper TTS, XTTS v2, Silero TTS,
Kokoro TTS) across all 6 TTS pages including titles, headers, and
sidebar nav. Add upstream HuggingFace/GitHub links in technical
details section of each engine subpage.
2026-01-27 17:12:48 -05:00
5226d0be04 Restructure TTS docs into main page + 5 engine subpages
Rewrite text-to-speech.html to focus on the live service (Qwen3-TTS
voice cloning with 42+ voices). Each of the 5 engines now has its own
page under /tts/ with detailed docs, examples, and self-hosting
instructions. Engine cards on the main page link out with Live/Self-host
badges. Sidebar nav updated with TTS subsection on all 6 pages.

New pages:
- /tts/voice-cloning.html (Live - Qwen3-TTS)
- /tts/fast-synthesis.html (Self-host - Piper)
- /tts/hd-cloning.html (Self-host - XTTS v2)
- /tts/multilingual-cpu.html (Self-host - Silero)
- /tts/lightweight.html (Self-host - Kokoro)
2026-01-27 17:06:58 -05:00
4df8f92349 Rewrite all example text with raccoon mission voice 2026-01-27 16:50:55 -05:00
c455b4ed43 Rewrite engine descriptions: lead with capabilities, not model names 2026-01-27 16:48:07 -05:00
42eccafcac Update TTS page: 42+ voices, new voice names, API endpoint links
- Update all examples from "alloy" to real voice names (aria, atlas)
- Add clickable links to /v1/voices and /v1/models endpoints
- Update voice count from 20+ to 42+ built-in cloned voices
- Bump TTS modal cache version to 4
- Update deployment instructions (remove vars.sh, add deploy-cpu)
- Add in-memory TTS cache for replay without regeneration
2026-01-27 16:45:24 -05:00
cc1d21ade0 Progressive playback for Firefox, add Qwen3-TTS to TTS page
Firefox can't use MediaSource for streaming. Instead of buffering
the entire response before playing, progressively read chunks and
start playback after ~8KB arrives. Replaces audio src with complete
blob when download finishes for seeking support.

Update text-to-speech.html to document Qwen3-TTS as the default
5th engine with 20 cloned voices and 10-language support.
2026-01-27 09:20:39 -05:00
6c0dfcb4ca Add C examples page, fix nav links to use correct paths 2026-01-26 12:44:30 -05:00
cce700e705 Add C and C# Implementations links to all page navs 2026-01-26 12:25:02 -05:00
3d8ee26a23 Fix duplicate TTS link in sidebar nav 2025-12-02 15:50:31 -05:00
e90ed3c14f Add model discovery docs and cross-link inference/TTS pages 2025-12-02 07:30:31 -05:00
eea1c51ce8 Add crawler page to navigation on all pages
- Add 'Our Crawler' link to left sidebar navigation after Text-to-Speech on all HTML pages
- Fix missing Text-to-Speech link in inference.html navigation
- Update Discord bot link in crawler.html to point to Git repo instead of domain
2025-11-27 13:03:58 -05:00
0db28f7984 Remove Quick Links section from text-to-speech page 2025-11-10 03:52:45 -05:00
190ae74625 Add curl example showing model parameter usage 2025-11-10 03:46:06 -05:00
d5088b6978 Introduce project as uncloseai-speech on text-to-speech page 2025-11-10 03:45:32 -05:00
12b10b01cd Simplify text-to-speech page content
- Add /v1/models endpoint example with jq pretty printing
- Fix /v1/voices endpoint to use jq . for pretty printing
- Remove 'Learn ML By Doing' section, link to repo README instead
- Remove 'For Machine Learning Learners' section
- Remove 'Contribute Voices' section
- Remove 'Why AGPL v3' section
- Remove 'What's Next' roadmap section
- Remove MinIO infrastructure goals reference
2025-11-10 03:39:47 -05:00
91859d1807 Replace corporations with orgs in text-to-speech page 2025-11-10 03:34:21 -05:00
caeeb85c63 Add text-to-speech navigation link to all public pages
- Added text-to-speech link in navigation after Inference Setup link
- Updated inference.html TTS section to link to text-to-speech page
- Removed redundant openedai-speech references from inference page
- Applied changes to 18 public HTML pages for consistent navigation
2025-11-09 18:12:44 -05:00
bc70558961 Integrate dynamic voices API endpoint with model:voice selection and localStorage caching 2025-11-09 15:48:27 -05:00