Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,13 @@ Excitometer takes audio or video input and evaluates the level of excitement pre
|
|
14 |
|
15 |
- **Audio Processing**: Handles raw audio input and extracts relevant features.
|
16 |
- **Excitement Detection**: Analyzes audio features to measure excitement levels.
|
17 |
-
- **Flexible Integration**: Easily integrates with other systems or applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
- **Audio Processing**: Handles raw audio input and extracts relevant features.
|
16 |
- **Excitement Detection**: Analyzes audio features to measure excitement levels.
|
17 |
+
- **Flexible Integration**: Easily integrates with other systems or applications.
|
18 |
+
|
19 |
+
## Installation
|
20 |
+
|
21 |
+
To install Excitometer, clone the repository and install the required dependencies:
|
22 |
+
|
23 |
+
```bash
|
24 |
+
git clone https://github.com/Szilard2011/Excitometer.git
|
25 |
+
cd excitometer
|
26 |
+
pip install -r requirements.txt
|