AI 기반 기술 면접 연습 플랫폼의 AI 서버입니다.
- Python 3.12
- FastAPI
- uv (패키지 매니저)
uv sync로컬 실행
uv run uvicorn main:app --reload프로덕션 실행
ENVIRONMENT=production uv run uvicorn main:appuv run pytestuv run ruff check .
uv run ruff format --check .| Method | Endpoint | 설명 |
|---|---|---|
| GET | /ai |
서버 상태 확인 |
| POST | /ai/v1/stt |
음성 → 텍스트 변환 |
| POST | /ai/v1/feedback |
AI 피드백 생성 |
tree -I "node_modules|.git|**pycache**|audio_data|__pycache__|jupyter"