FENN: Friendly Environment for Neural Networks
==============================================
.. image:: https://img.shields.io/github/stars/blkdmr/fenn?style=social
:alt: GitHub stars
.. image:: https://img.shields.io/github/forks/blkdmr/fenn?style=social
:alt: GitHub forks
.. image:: https://app.codacy.com/project/badge/Grade/261c40f69583462baa200aee959bcc8f
:alt: Code quality
:target: https://app.codacy.com/gh/blkdmr/fenn/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
.. raw:: html
.. image:: https://img.shields.io/pypi/v/fenn
:alt: PyPI version
.. image:: https://img.shields.io/github/license/blkdmr/fenn
:alt: License
.. image:: https://img.shields.io/pypi/dm/fenn.svg?label=downloads&logo=pypi&color=blue
:alt: PyPI Downloads
:target: https://pypi.org/project/fenn/
**Stop writing boilerplate. Start training.**
FENN is a lightweight Python framework that automates the "boring stuff" in Machine Learning projects so you can focus on the model. It handles configuration parsing, logging setup, and experiment tracking in a minimal, opinionated way.
.. seealso::
Source code available at: https://github.com/blkdmr/fenn _
.. toctree::
:maxdepth: 2
:caption: Getting started
introduction
.. toctree::
:maxdepth: 2
:caption: User guide
quickstart
features/index
.. toctree::
:maxdepth: 1
:caption: Contributions
contributing