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

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

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)
