beeldengeluid / dane-whisper-asr-worker

MIT License
2 stars 0 forks source link

#7: Add pyprojec.toml #8

Closed greenw0lf closed 7 months ago

greenw0lf commented 7 months ago

Linked to issue #7

The way I generated the files is:

  1. Set up WSL
  2. Set up a virtual environment within WSL and activate it
  3. In the virtual environment, I followed the steps to install pipx
  4. Using pipx, I installed Poetry
  5. Clone the repository and navigate to it within WSL with the venv activated
  6. Run poetry init And use the same versioning for the base dependencies as in the dane-example-worker
  7. I created the poetry.lock file by running poetry install
  8. Finally, for adding faster-whisper, I did poetry add faster-whisper

Writing all this down in hopes of process documentation