# 入力フォルダ

このフォルダにCSVと動画を一緒に置いてから、以下を実行します。

```powershell
python local_batch_api\batch_process.py --input local_batch_api\input
```

API送信前の確認:

```powershell
python local_batch_api\batch_process.py --input local_batch_api\input --dry-run
```
