@echo off REM Start the complaint classifier on http://127.0.0.1:8000 python -m uvicorn app.main:app --reload --host 127.0.0.1 --port 8000