This repository contains a Python package to perform automatic quality control for bioimage analysis.
To install the required dependencies, run:
pip install -r [requirements.txt](requirements.txt)
To use the package, you can run the main application:
python biaqc-app.py
The main graphical user interface (GUI) can be accessed by running the biaqc-app.py
script. The GUI allows you to open folders, run analysis, and visualize results.
- Automatic Quality Control: Perform automatic quality control for bioimage analysis.
- Feature Extraction: Extract features from bioimages.
- Metadata Analysis: Analyze metadata associated with bioimages.
- Graphical User Interface: User-friendly GUI for easy interaction.
- CSV Support: Load and save results in CSV format.
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for more details.