Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Eyevinn/AutoVMAF-Excel-Accel
Python script to generate spreadsheets from AutoVMAF-API results.
https://github.com/Eyevinn/AutoVMAF-Excel-Accel
Last synced: 6 days ago
JSON representation
Python script to generate spreadsheets from AutoVMAF-API results.
- Host: GitHub
- URL: https://github.com/Eyevinn/AutoVMAF-Excel-Accel
- Owner: Eyevinn
- Created: 2022-11-07T08:34:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T10:04:41.000Z (7 months ago)
- Last Synced: 2024-08-02T20:45:40.407Z (3 months ago)
- Language: Python
- Homepage: https://autovmaf.docs.eyevinn.technology/index.html
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoVMAF Excel Accelerator
Generate an Excel-file, using results from [AutoVMAF-API](https://github.com/Eyevinn/autovmaf-api). Complete with graphs and auto-suggested ladders.
## How?
1. Populate `jobnames.txt` with your job names.
2. Edit the provided shell script `get-results.sh` to reflect your `HOST` and `PORT` settings.
3. Run the shell script to download results for all defined jobs.
```
bash get-results.sh
```4. Install the required python packages. You might want to use a [virtual environment](https://docs.python.org/3/tutorial/venv.html) for this.
```
pip install -r requirements.txt
```5. Run the python script
```
python autovmaf_generate_excel.py
```