Add MySQL database support and complete multi-process Video AI implementation
- Add MySQL support as alternative to SQLite with full configuration - Implement database abstraction layer supporting both SQLite and MySQL - Add database configuration section to admin panel - Update requirements files with PyMySQL dependency - Complete multi-process architecture with web, backend, and worker processes - Add user registration system with email confirmation - Implement token-based usage system with payment processing - Add comprehensive documentation and licensing - Create professional SaaS-style web interface - Implement REST API for programmatic access - Add email notification system and payment processors
Showing
This diff is collapsed.
docs/ARCHITECTURE.md
0 → 100644
... | ... | @@ -6,3 +6,4 @@ psutil>=5.8.0 |
pynvml>=11.0.0 | ||
flash-attn>=2.0.0 | ||
pyinstaller>=5.0.0 | ||
PyMySQL>=1.0.0 | ||
\ No newline at end of file |
templates/landing.html
0 → 100644
This diff is collapsed.
This diff is collapsed.
vidai/email.py
0 → 100644
This diff is collapsed.
vidai/payments.py
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment