Metadata-Version: 2.2
Name: funcnodes-microscopy
Version: 0.1.0
Summary: A package to perform advanced microscopy data analysis
Author-email: Kourosh Rezaei <kourosh.rezaei@linkdlab.de>
License: AGPL-3.0
Project-URL: homepage, https://github.com/linkdlab/funcnodes_microscopy
Project-URL: source, https://github.com/linkdlab/funcnodes_microscopy
Project-URL: tracker, https://github.com/linkdlab/funcnodes_microscopy/issues
Project-URL: download, https://pypi.org/project/funcnodes-microscopy/#files
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: ==3.11.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funcnodes-core>=0.3.9
Requires-Dist: funcnodes>=0.5.6
Requires-Dist: funcnodes-react-flow>=0.3.3
Requires-Dist: requests
Requires-Dist: tifffile>=2025.1.10
Requires-Dist: funcnodes-pandas>=0.2.11
Requires-Dist: funcnodes-images>=0.2.4
Requires-Dist: funcnodes-files>=0.2.11
Requires-Dist: funcnodes-opencv>=0.2.4
Requires-Dist: funcnodes-keras>=0.1.14
Requires-Dist: stardist>=0.9.1
Requires-Dist: scikit-image>=0.25.1
Requires-Dist: super-image>=0.1.7
Requires-Dist: funcnodes-sklearn>=0.1.15
Requires-Dist: huggingface-hub==0.20.2

# FuncNodes Microscopy

## Overview

`funcnodes-microscopy` is an extension of the [FuncNodes](https://github.com/linkdlab/funcnodes) framework that provides nodes to acess webcam streams

## Installation

Install the package using:

```bash
pip install funcnodes-microscopy
```

## Getting Started

To begin using `funcnodes-microscopy`, you will need to have the core `FuncNodes` framework installed and set up. Please refer to the [FuncNodes](https://github.com/linkdlab/funcnodes) documentation for details.

## Contribution

You are welcome to contribute to this project by submitting pull requests, adding new nodes, fixing bugs, or enhancing the documentation.

## License

This project is licensed under the MIT License.

## Contact

For any questions or issues, please open an issue on the GitHub repository.
