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해도 작동하게 작성했습니다.
backend 디렉토리에서 로컬로 서버 실행해서 api 테스트 해볼 수 있습니다.
Voice Feedback Server
Requirements
Running the Server
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해도 작동하게 작성했습니다.