livepeer / verification-classifier

Metrics-based Verification Classifier
MIT License
8 stars 7 forks source link

Model generation pipeline improvement #16

Closed ndujar closed 5 years ago

ndujar commented 5 years ago

Currently there are three main steps to obtain predictive models:

They all share and use the common modules video_asset_processor.py and video_metrics.py but make use of different environments (cloud functions, jupyter notebooks, local python scripts and docker images). It is necessary a seamless integration of all parts.