https://github.com/assemblyai-solutions/lemur-qa-csv
https://github.com/assemblyai-solutions/lemur-qa-csv
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assemblyai-solutions/lemur-qa-csv
- Owner: AssemblyAI-Solutions
- Created: 2023-07-21T21:01:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T21:07:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T17:26:01.010Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeMUR-QA-CSV
### Getting Started
Step 1: Clone repo to local directory
Step 2: Activate python virtual enviroment
```
python3 -m venv venv
source venv/bin/activate
```
Step 3: Install requirements
```
pip install -r requirements.txt
```
Step 5: Set AssemblyAI API Key
```
export ASSEMBLYAI_API_TOKEN=
```
Step 6: Update ```questions.py``` with LeMUR Questions
Step 7: Update ```audio_url.json``` with Audio URLs to process
Step 8: Run ```python3 app.py```
Step 9: View ```output.csv```