microjets-webapp
This project contains the python flask code used for the MicroJets web application, which is available here: microjets.hepforge.org.
It is an interactive application to expore the 7 TeV pp dijet predictions.
Requirements and usage
This application is written in python 2 and requires:
- flask
- flask-wtf
- matplotlib
To start the program, simply run
./run.py
The plots will then be available under http://localhost:5000.