Skip to content

ReactJS material dashboard featuring Ad detection in TV programs

License

Notifications You must be signed in to change notification settings

bertrandmartel/caipy-dashboard

Repository files navigation

Caipy Dashboard

Build Status License

A ReactJS powered material dashboard featuring Ad detection in TV programs from an external API from Caipy

The aim is to calculate program startover time in 2 distinct mode :

  • with advertisement
  • without advertisement

Both algorithm are detailed in a flowchart with the specific path taken to compute the startover time

dashboard

Selection filters available :

  • date (start/end)
  • preset (used to aggregate/disaggregate ad)
  • TV channel
  • mode (with & without ad)

flowchart

This project is using :

This project has been created using create-react-app

Docker

Modify homepage field from package.json to match the target host :

  • build
docker build . -t caipy-dashboard
  • run
docker run -p 5000:5000 caipy-dashboard

License

The MIT License (MIT) Copyright (c) 2017 Bertrand Martel