Metadata-Version: |
2.1 |
Name: |
phenocam-snow |
Version: |
0.1.1 |
Summary: |
Pipeline for building deep learning models to classify PhenoCam images. |
Author-Email: |
Jason Jewik <jason.jewik[at]cs.ucla.edu> |
Project-Url: |
Source, https://github.com/jasonjewik/PhenoCamSnowClassifier |
Project-Url: |
Issue Tracker, https://github.com/jasonjewik/PhenoCamSnowClassifier/issues |
Project-Url: |
Documentation, https://phenocamsnow.readthedocs.io/en/latest/ |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Programming Language :: Python :: 3 |
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 |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Scientific/Engineering :: Atmospheric Science |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pytorch-lightning (<=1.9.5,>=1.4.0) |
Requires-Dist: |
numpy |
Requires-Dist: |
pandas (<=1.3.5,>=1.3.1) |
Requires-Dist: |
pillow (<=9.5.0,>=8.3.1) |
Requires-Dist: |
rich |
Requires-Dist: |
torchmetrics (<=0.11.4,>=0.10.0) |
Requires-Dist: |
torchvision (<=0.14.1,>=0.8.1) |
Requires-Dist: |
tensorboard |
Requires-Dist: |
black (>=23.1.0); extra == "dev" |
Requires-Dist: |
flake8 (>=3.9.2); extra == "dev" |
Requires-Dist: |
pytest (>=7.2.1); extra == "dev" |
Requires-Dist: |
ipython (>=7.34.0); extra == "docs" |
Requires-Dist: |
nbsphinx (>=0.8.12); extra == "docs" |
Requires-Dist: |
sphinx (>=5.3.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.1.1); extra == "docs" |
Requires-Dist: |
jupyter; extra == "jupyter" |
Requires-Dist: |
jupyterlab; extra == "jupyter" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
jupyter |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |