Skip to content

thomMar/pixelwalker

 
 

Repository files navigation

Build Status Coverage Status

Warning: This project is about to be ready for production purposes.

Screenshot


Screenshot2

How to try?

Using docker-compose

# GETTING THE SOURCE
# Clone the repo and make it your active directory
git clone https://github.com/thomMar/pixelwalker ./pixelwalker
cd ./pixelwalker

# CREATE A MEDIA LIBRARY FOLDER ON YOUR HOST
# Default location is {{ repo-root }}/media_library/
# If you need to change this, go to docker-compose/docker-compose.yml 
# and change the volumes parameters for the engine and worker services
mkdir media_library

# USE DOCKER-COMPOSE
# Move to the docker-compose directory
cd docker-compose

# Build all needed docker images
docker-compose build

# Start all services
docker-compose up

The plateform should be accessible at http://localhost:8000

About

Video encoding quality assessment platform

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.3%
  • Python 41.2%
  • CSS 2.6%
  • Dockerfile 0.9%