No Description

conrad 67c48760e7 2024-06-18 新的版本 7 months ago
__pycache__ 67c48760e7 2024-06-18 新的版本 7 months ago
api 67c48760e7 2024-06-18 新的版本 7 months ago
keys 67c48760e7 2024-06-18 新的版本 7 months ago
.env 67c48760e7 2024-06-18 新的版本 7 months ago
.gitignore 67c48760e7 2024-06-18 新的版本 7 months ago
README.md 67c48760e7 2024-06-18 新的版本 7 months ago
main.py 67c48760e7 2024-06-18 新的版本 7 months ago
requirements.txt 67c48760e7 2024-06-18 新的版本 7 months ago

README.md

  • 如何啟動: python3 main.py
  • ignore : static/tts/、static/image/
  • 放到 .83上的時候 main.py 最下面一行改成 uvicorn.run("main:app", host="0.0.0.0", port=9101, reload=False)
  • speech2text.py 由 Tomoya 撰寫,其餘為 Mia
  • 安裝套件:pip install -r requirements.txt