Metadata-Version: 2.1
Name: pidgan
Version: 0.0.0
Summary: GAN-based models to fast-simulate the LHCb PID detectors
Author-email: Matteo Barbetti <matteo.barbetti@fi.infn.it>, Lucio Anderlini <lucio.anderlini@fi.infn.it>
License: GPLv3 License
Project-URL: repository, https://github.com/mbarbetti/pidgan
Keywords: tensorflow,machine learning,deep learning,generative adversarial nets,lhcb experiment,lamarr,ultra-fast simulation,particle identification
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <=3.10,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow (>=2.7)
Requires-Dist: pyyaml
Provides-Extra: advanced
Requires-Dist: numpy ; extra == 'advanced'
Requires-Dist: pandas ; extra == 'advanced'
Requires-Dist: uproot ; extra == 'advanced'
Requires-Dist: matplotlib ; extra == 'advanced'
Requires-Dist: scikit-learn ; extra == 'advanced'
Requires-Dist: html-reports (>=0.2) ; extra == 'advanced'
Provides-Extra: standard
Requires-Dist: numpy ; extra == 'standard'
Requires-Dist: pandas ; extra == 'standard'
Requires-Dist: uproot ; extra == 'standard'
Requires-Dist: matplotlib ; extra == 'standard'
Requires-Dist: scikit-learn ; extra == 'standard'
Provides-Extra: style
Requires-Dist: black ; extra == 'style'
Requires-Dist: flake8 ; extra == 'style'
Requires-Dist: isort[colors] ; extra == 'style'
Provides-Extra: tests
Requires-Dist: pytest (>=6.0) ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# pidgan
GAN-based models to fast-simulate the LHCb PID detectors
