More tweaks

This commit is contained in:
Aaron D. Lee
2025-12-27 16:36:30 -05:00
parent 261e913aa1
commit 4e6c5b4401
9 changed files with 380 additions and 48 deletions

8
requirements-ml.txt Normal file
View File

@@ -0,0 +1,8 @@
# ML dependencies for AI-powered story generation
# Install with: pip install -r requirements-ml.txt
#
# Note: These add ~1-2GB disk space for model downloads
# The app works without these (falls back to template-based stories)
transformers>=4.35.0
torch>=2.0.0