upload mutimodal

This commit is contained in:
Summer
2025-06-11 04:55:38 -07:00
parent b5c6bc3765
commit 3a70577223
41 changed files with 2883 additions and 143 deletions

7
tools/setup.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
echo Installing OpenIris Setup Tool dependencies...
pip install -r requirements.txt
echo.
echo Setup complete! Run the tool with:
echo python openiris_setup.py
pause