FastAPI 기반의 텍스트 및 음성 보정 API 서버입니다.
uv
는 pip + virtualenv 대체 도구로, 빠르고 가볍습니다.
brew install brew
# 또는
curl -Ls https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate # macOS / Linux
uv sync # pyproject.toml 기반의 경우
uv run uvicorn app.main:app --reload
- 서버 실행: http://localhost:8000
- Swagger 문서: http://localhost:8000/docs