From 27b19d5d61f9dd31e6e8f077a03d446c99071d8a Mon Sep 17 00:00:00 2001 From: Srikavin Ramkumar Date: Jan 13 2020 21:36:51 +0000 Subject: Add README --- diff --git a/README.md b/README.md new file mode 100755 index 0000000..8c0e33a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Ansible Role: Tensorflow-Fedora + +Tensorflow is a popular machine learning (ML) platform with tools, libraries, and resources that allow developers and +researchers to develop and deploy ML applications. It's flexible architecture allows for the creation of state-of-the-art +models and quick prototyping. It had bindings for many languages and platforms including Python, Javascript, and +mobile devices. + +This repository contains an ansible role that installs tensorflow and tfx. An example playbook utilizing this role can +be found in 'tensorflow-fedora.yml'.