Standardize project naming to uncloseai-speech across all files

- Add CHANGELOG.md with full version history (moved from README)
- Update all documentation to use lowercase 'uncloseai-speech' project name
- Update organization references to lowercase 'uncloseai' (not 'UncloseAI')
- Add Brand Identity section to docs/CLAUDE.md with naming guidelines
- Update speech.py argparse description to match branding
- Update README.md headers and sections with consistent naming
- Update all model documentation with consistent branding

Files updated:
- CHANGELOG.md (new file)
- README.md (changelog reference, server options, multilingual section)
- speech.py (--workers argument, branding in argparse)
- Makefile (header comment)
- docs/CLAUDE.md (Brand Identity section)
- docs/MODELS.md
- docs/MIRRORS.md
- docs/AUDIT.md
- docs/models/coqui-tts.md
- docs/research/tts-models-overview.md

Branding standard:
- Project: uncloseai-speech (lowercase, hyphenated)
- Organization: uncloseai (lowercase, one word)

🦝 Generated with Claude Code
This commit is contained in:
Russell Ballestrini 2025-11-10 05:23:34 -05:00
parent da8e960b2d
commit 7559e56d0c
10 changed files with 313 additions and 165 deletions

View file

@ -170,7 +170,7 @@ pip install TTS==14.5.0
## Integration Status
### Current Implementation
- **UncloseAI Model Name:** `tts-1-hd`
- **uncloseai-speech Model Name:** `tts-1-hd`
- **Status:** ✅ Fully Integrated
- **Integration Date:** Active (as of 2025-11-09)
- **Container Path:** Model auto-downloaded to `/root/.local/share/tts/` on first use
@ -316,7 +316,7 @@ docker run --gpus all \
### OpenAI-Compatible API Integration
```python
# Direct integration with UncloseAI Speech
# Direct integration with uncloseai-speech
import requests
import json
@ -490,7 +490,7 @@ Priority 4: Fallback inference
5. **Document alternatives** - Create comparison guides with other TTS systems
6. **Support community implementations** - Fund AllTalk TTS development
### Integration with UncloseAI Speech
### Integration with uncloseai-speech
**Current Role:**
- Primary high-quality TTS engine
@ -636,7 +636,7 @@ print(get_supported_languages())
- **Last Updated:** 2025-11-09
- **Status:** Complete and current
- **Maintained By:** Raccoon Mission (UncloseAI Speech)
- **Maintained By:** Raccoon Mission (uncloseai)
- **Related Files:** `/home/user/uncloseai-speech/docs/MODELS.md`, `/home/user/uncloseai-speech/docs/AUDIT.md`
- **Integration Level:** Production-ready
- **Community Status:** ✅ Actively maintained by fork community
@ -645,4 +645,4 @@ print(get_supported_languages())
**Raccoon Mission:** 🦝 Preserving abandoned TTS systems for a free and open future.
*This document is part of the UncloseAI Speech project - rescuing open-source TTS models from abandonment and unifying them under one API.*
*This document is part of the uncloseai-speech project - rescuing open-source TTS models from abandonment and unifying them under one API.*