Updated read me and added aa Logo

This commit is contained in:
Eduardo Cueto Mendoza 2020-07-05 18:55:39 -06:00
parent 6dd7add132
commit e5eeeccd7c
2 changed files with 10 additions and 1 deletions

BIN
GreenFlux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -1,7 +1,16 @@
# GreenFlux
<p align="center">
<img width="400px" src="GreenFlux.png"/>
</p>
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/dev)
[![Build Status](https://travis-ci.com/EddieCueto/GreenFlux.jl.svg?branch=master)](https://travis-ci.com/EddieCueto/GreenFlux.jl)
[![Coverage](https://codecov.io/gh/EddieCueto/GreenFlux.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/EddieCueto/GreenFlux.jl)
<!-- [![Build Status](https://github.com/EddieCueto/GreenFlux.jl/workflows/CI/badge.svg)](https://github.com/EddieCueto/GreenFlux.jl/actions) -->
GreenFlux adds Green AI functionalities to [Flux](https://github.com/FluxML/Flux.jl) so you can make better reports of the electricity and number of `non-embedding Floating Point OPerations` that your Flux model will require during forward and back propagation.
To install just do:
```julia
] add GreenFlux
```
In the future I will add an expanded documentation.