environment.yml 409 B

12345678910111213141516171819202122232425
  1. name: ml-api
  2. channels:
  3. - conda-forge
  4. - pytorch
  5. dependencies:
  6. - python=3.10
  7. - pip
  8. - ffmpeg
  9. - libsndfile
  10. - pytorch::pytorch
  11. - pytorch::torchvision
  12. - pytorch::torchaudio
  13. - cpuonly
  14. - numpy
  15. - librosa
  16. - pip:
  17. - fastapi
  18. - uvicorn[standard]
  19. - transformers
  20. - sentencepiece
  21. - accelerate
  22. - langdetect
  23. - openai-whisper
  24. - TTS
  25. - huggingface_hub