kookmin-sw / capstone-2024-08

아나운서 준비생을 위한 맞춤형 AI 스피치 연습 애플리케이션, Loro(로로)
https://kookmin-sw.github.io/capstone-2024-08
5 stars 4 forks source link

[CD-109] whisper 적용 후 feedback logic api로 제공 #27

Closed why-arong closed 7 months ago

why-arong commented 7 months ago

backend 디렉토리에서 로컬로 서버 실행해서 api 테스트 해볼 수 있습니다.

Voice Feedback Server

Requirements

pip install -r requirements.txt

Running the Server

uvicorn main:app --reload

Accessing the API Documentation

FastAPI automatically generates interactive API documentation using Swagger UI. You can access this documentation by visiting the following URL while your server is running: http://127.0.0.1:8000/docs

현재 espeak가 맥에서 작동하지 않아 text -> ipa 변환하는 로직은 주석처리한 상태입니다.

위 설명처럼 유비콘을 커맨드라인에서 실행시켜도 되고 그냥 main.py를 run해도 작동하게 작성했습니다.