Metadata-Version: 2.4
Name: nmfViewer
Version: 0.1.4
Summary: Python Application which enables users to quickly visualize NMF decomposition.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: automatic-spike-detection==1.3.0
Requires-Dist: pyqtgraph
Requires-Dist: PyQt6
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: typing-extensions
Dynamic: license-file

# NMF Viewer

The NMF Viewer is a graphical user interface meant to enable users to visualize results of an NMF computation.
It bases itself off the [automatic-spike-detection](https://automatic-spike-detection.readthedocs.io) package.
