Spaces:
Runtime error
Runtime error
Ajay Karthick Senthil Kumar
commited on
Commit
·
aa8b6bc
1
Parent(s):
09d41f7
add conda.yml
Browse files
conda.yml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: audio-deepfake-env
|
2 |
+
channels:
|
3 |
+
- conda-forge
|
4 |
+
dependencies:
|
5 |
+
- python=3.9
|
6 |
+
- joblib=1.3.0
|
7 |
+
- pandas=1.5.3
|
8 |
+
- scikit-learn=1.2.2
|
9 |
+
- scipy=1.10.0
|
10 |
+
- streamlit=1.25.0
|
11 |
+
- numpy=1.24.3
|
12 |
+
- librosa=0.10.0
|
13 |
+
- matplotlib=3.7.2
|
14 |
+
- tqdm=4.66.1
|
15 |
+
- seaborn
|
16 |
+
- pip # Include pip in the conda environment
|
17 |
+
- pip:
|
18 |
+
- praat-parselmouth # Install praat-parselmouth via pip
|