Metadata-Version: 2.4
Name: inception_reports
Version: 1.1.0
Summary: Generate plots that report the progress of an INCEpTION project.
Author-email: Serwar <serwar.basch@tu-darmstadt.de>
Project-URL: Homepage, https://github.com/inception-project/inception-reporting-dashboard
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE.txt
Requires-Dist: streamlit
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: numpy
Requires-Dist: dkpro-cassis
Requires-Dist: pycaprio
Requires-Dist: PyYAML
Requires-Dist: rdflib
Requires-Dist: packaging
Dynamic: license-file

# INCEpTION Reporting Dashboard

The INCEpTION Reporting Dashboard helps you track and visualize the progress of your INCEpTION project(s). It provides tools to monitor metrics, analyze annotations, and export progress reports.

## Features

- Visualize project metrics and annotation types.
- Export progress reports for centralized tracking.
- Browser-based interface for ease of use.

## Getting Started

1. **Check Python Version**: Ensure you have Python 3.11 or higher installed. You can verify this by running:

   ```bash
   python --version
   ```

2. **Install the Package**: Install the package using pip:

   ```bash
   pip install -U inception-reports
   ```

3. **Run the Application**:

   - To launch the dashboard, use:

     ```bash
     inception_reports
     ```

4. **Follow the Instructions**: The application will open a browser window. Follow the on-screen instructions to proceed.

## Notes on Customization

This package has been developed with [GeMTeX](https://www.medizininformatik-initiative.de/en/gemtex-automated-indexing-medical-texts-research) in mind, and certain configurations, such as `excluded_types.json` in the `inception_reports` home directory, are tailored to its requirements. Users are encouraged to adjust these configurations to suit the specific needs of their projects.


## Using the Docker Image

The dashboard is also available as a Docker image via GitHub Container Registry.

### Pull the Image

```bash
docker pull ghcr.io/inception-project/inception-reporting-dashboard:latest
````

Replace `latest` with a specific version (e.g. `0.9.7`) if needed.

### Run the Application

```bash
docker run --rm -p 8501:8501 \
  ghcr.io/inception-project/inception-reporting-dashboard:latest \
  --manager
```

The application will open in your browser at:

```
http://localhost:8501
```

### Notes

* Configuration files (e.g. `excluded_types.json`) can be mounted into the container using Docker volumes if customization is required.

## Issues and Contributions

This package is under active development. If you encounter any bugs or issues, please open a [GitHub issue](https://github.com/inception-project/inception-reporting-dashboard/issues).

We welcome contributions! For details on how to contribute, see our [Contributing Guidelines](CONTRIBUTORS.txt).

## License

This project is licensed under the terms of the [LICENSE](LICENSE) file.
