feat: initial commit of AI Comic Generator

This commit is contained in:
p
2026-01-17 15:26:14 +08:00
commit 06d76e0e69
278 changed files with 8612 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd backend
echo Starting Backend...
python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000