Metadata-Version: 2.4
Name: astro-nest
Version: 0.5.2
Summary: A python package that provides neural networks to estimate ages of stars/star populations.
Author-email: Tristan Boin <tristan.boin@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://star-age.github.io/NEST-docs/
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

A python package that provides Neural Networks to estimate ages of stars/star populations.

Based on an upcoming paper by Boin et al. 2025.

# Dependencies:
- numpy
- scikit (optional but recommended for speed)
- tqdm (optional)
- matplotlib (optional)

The [documentation website](https://star-age.github.io/NEST-docs/) guides you through the package usage.

A [Web interface](https://star-age.github.io/) of the project is available to quickly test the Neural Networks:

![image](https://star-age.github.io/NEST-docs/_images/website.png)
