Claude
2c4a8a8a64
feat: add complete web UI for configuration and video generation
...
- Add dashboard page with quick actions and progress overview
- Add settings page for Qwen TTS, Reddit scraper, and video configuration
- Add backgrounds page for uploading custom video/audio backgrounds
- Add videos page for viewing and downloading generated content
- Add TTS connection test endpoint
- Update docker-compose for standalone operation
- Create unified CSS and JavaScript for consistent UI experience
https://claude.ai/code/session_01HLLH3WjpmRzvaoY6eYSFAD
3 weeks ago
Claude
94d8e45cf7
feat: integrate Qwen3 TTS and add progress GUI
...
Major changes:
- Add Qwen3 TTS provider with authentication support
- Remove local pyttsx3 TTS (replaced with cloud TTS)
- Add real-time progress GUI with WebSocket updates
- Comprehensive Docker setup with docker-compose
- Updated README with new documentation
New features:
- Qwen TTS: Supports multiple speakers and languages
- Progress GUI: Live step-by-step tracking at http://localhost:5000
- Docker: Full containerization with environment variables
- Config: Example config file for easy setup
Files added:
- TTS/qwen_tts.py - Qwen3 TTS provider
- progress_gui.py - Flask/SocketIO progress server
- utils/progress.py - Progress tracking module
- GUI/progress.html - Progress dashboard template
- GUI/static/css/progress.css - Progress GUI styles
- GUI/static/js/progress.js - WebSocket client
- docker-compose.yml - Docker orchestration
- docker-entrypoint.sh - Container startup script
- config.example.toml - Example configuration
https://claude.ai/code/session_01HLLH3WjpmRzvaoY6eYSFAD
4 weeks ago
Jason
ed97ae4ebb
fix: fixed the GUI
...
chore: reformatted and optimized imports.
Co-authored-by: Jan Tumpa <jtumpa@gmail.com>
3 years ago
zombie22
2328e96937
feat: Added hard reload functionality for data refreshing
3 years ago
John Toniutti
ee6363cd1e
Fix and improve TikTok TTS ( #1271 )
...
* feat: tiktok sessionId can be specified in the config.toml
* feat: tiktok sessionId can be specified in the config.toml
* Various improvements and optimizations
* Add default argument
* Remove an used variable
* Code reformatted with black
* Fixed all problems pointed out by pylint
* Update TTS/TikTok.py
* Apply suggestions from code review
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
* chore: add default value for tiktok_voice
Co-authored-by: Jose Collado <jose@collado.pw>
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
Co-authored-by: Callum Leslie <github@cleslie.uk>
Co-authored-by: Callum Leslie <git@cleslie.uk>
3 years ago
João Victor Sezanosky Dalla Valle
c3eae6feae
Creating_a_thumbnail ( #1296 )
...
Thank you @JvSdv!
3 years ago
RiveN000
9cd94dac03
Added more functions to GUI
...
- Access to settings (config.toml) through GUI
- Adding/removing backgrounds through GUI
- Testing TTS voices through GUI
4 years ago
RiveN000
2da3d95959
New function in GUI
...
"Add background video" option added to GUI
4 years ago
Simon
0f1fccb1a3
Changed URL of video download
4 years ago
Jason
b2c9f30347
moved index.html and added devs section
4 years ago