Skip to content

SoMa-Zero2One/Cnote-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cnote-server

FastAPI 기반의 텍스트 및 음성 보정 API 서버입니다.


🛠️ 초기 설정 가이드

1. uv 설치 (패키지 매니저)

uv는 pip + virtualenv 대체 도구로, 빠르고 가볍습니다.

brew install brew
# 또는
curl -Ls https://astral.sh/uv/install.sh | sh

2. 가상환경 생성 및 패키지 설치

uv venv
source .venv/bin/activate  # macOS / Linux

uv sync # pyproject.toml 기반의 경우

3. 실행 방법

uv run uvicorn app.main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages