Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Repository files navigation

QoE Prediction Models

Requirements

  • Python 3.6+

On Linux

# Install dependencies
poetry install

# Install extensions for Jupyter
jupyter contrib nbextension install --sys-prefix
# Run jupyter
poetry shell
jupyter notebook
  • Using pip
pip install -r requirements.txt
jupyter contrib nbextension install --user
# Run jupyter
jupyter notebook

On Windows

  • Using Anaconda (recommended)

  • Using pip

# Install requirement packages
pip install -r requirements.txt
jupyter contrib nbextension install --user
# Run jupyter
jupyter notebook

About

Models for predicting Quality of Experience proposed in my Master's thesis.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages