Aucune description

Mia 9be66e7f8e 2024/07/03 il y a 9 mois
__pycache__ 9be66e7f8e 2024/07/03 il y a 9 mois
api 9be66e7f8e 2024/07/03 il y a 9 mois
keys 9be66e7f8e 2024/07/03 il y a 9 mois
.env 9be66e7f8e 2024/07/03 il y a 9 mois
.gitignore 9be66e7f8e 2024/07/03 il y a 9 mois
101_restart.sh 9be66e7f8e 2024/07/03 il y a 9 mois
README.md 9be66e7f8e 2024/07/03 il y a 9 mois
main.py 9be66e7f8e 2024/07/03 il y a 9 mois
requirements.txt 9be66e7f8e 2024/07/03 il y a 9 mois

README.md

  • 如何啟動: python3 main.py
  • ignore : static/
  • 放到 .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