Metadata-Version: 2.1
Name: frostaura
Version: 1.0.5
Summary: FrostAura provides a range of open-source components provide a variety of problem domains.
Home-page: https://github.com/faGH/fa.intelligence.notebooks
Author: Dean Martin
Author-email: dean.martin@frostaura.net
Keywords: frostaura,deeplearning,machinelearning,marketanalysis,assets,bots,visualization,data
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# fa.intelligence.notebooks
## Description
FrostAura Intelligence provides a range of open-source notebooks for Python-based machine learning solutions like:
- Utilities
- Environments
- Labs
- Experiments

## Getting Started
### Local
- [Setup your environment.](./environments/README.md)
### PIP Installation
```
pip install -U --no-cache-dir frostaura
````
#### Example Usage (See [all the modules here](https://github.com/faGH/fa.intelligence.notebooks/tree/main/frostaura).)
```
from frostaura import (models,
                       data_access,
                       engines,
                       managers)

html_data_access = data_access.HtmlDataAccess()
engine = engines.FinvizAssetValuationEngine(html_data_access=html_data_access)

vars(engine.valuate(symbol='AAPL', company_name='Apple Inc.'))
```

## Credits
- [Jeff Heaton's GitHub](https://github.com/jeffheaton/t81_558_deep_learning/blob/master/)

## Contribute
In order to contribute, simply fork the repository, make changes and create a pull request.

## Support
If you enjoy FrostAura open-source content and would like to support us in continuous delivery, please consider a donation via a platform of your choice.

| Supported Platforms | Link |
| ------------------- | ---- |
| PayPal | [Donate via Paypal](https://www.paypal.com/donate/?hosted_button_id=SVEXJC9HFBJ72) |

For any queries, contact dean.martin@frostaura.net.
