Alignment-Lab-AI commited on
Commit
cc4655b
1 Parent(s): 8d7bec4

Delete create-env.sh

Browse files
Files changed (1) hide show
  1. create-env.sh +0 -20
create-env.sh DELETED
@@ -1,20 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Create a Python 3.10 virtual environment named "autodiarize"
4
- python3.10 -m venv autodiarize
5
-
6
- # Activate the virtual environment
7
- source autodiarize/bin/activate
8
-
9
- apt update && upgrade
10
-
11
- apt install ffmpeg
12
-
13
- apt-get update && apt-get install -y libsndfile1 ffmpeg
14
- pip install Cython
15
- pip install nemo_toolkit['all']
16
- pip install wget
17
- pip install srt
18
- pip install "-e git+https://github.com/m-bain/whisperX@78dcfaab51005aa703ee21375f81ed31bc248560#egg=whisperx"
19
- pip install -r requirements.txt
20
- pip install yt_dlp