Spaces:
Sleeping
Sleeping
add pip package to readme
Browse files
README.md
CHANGED
@@ -4,14 +4,20 @@ Unified automatic quality assessment for speech, music, and sound.
|
|
4 |
|
5 |
Read our paper [here](https://ai.meta.com/research/publications/meta-audiobox-aesthetics-unified-automatic-quality-assessment-for-speech-music-and-sound/).
|
6 |
|
7 |
-
[](Paper)
|
8 |
|
9 |
## Installation
|
10 |
|
11 |
-
|
12 |
-
```
|
13 |
-
pip install
|
14 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Pre-trained Models
|
17 |
|
|
|
4 |
|
5 |
Read our paper [here](https://ai.meta.com/research/publications/meta-audiobox-aesthetics-unified-automatic-quality-assessment-for-speech-music-and-sound/).
|
6 |
|
|
|
7 |
|
8 |
## Installation
|
9 |
|
10 |
+
1. Install via pip
|
11 |
+
```
|
12 |
+
pip install audiobox_aesthetics
|
13 |
+
```
|
14 |
+
|
15 |
+
2. Install directly from source
|
16 |
+
|
17 |
+
This repository requires Python 3.9 and Pytorch 2.2 or greater. To install, you can clone this repo and run:
|
18 |
+
```
|
19 |
+
pip install -e .
|
20 |
+
```
|
21 |
|
22 |
## Pre-trained Models
|
23 |
|