From eb335c5abea8094a3eb3fd7dd2ef26b8cd9fba86 Mon Sep 17 00:00:00 2001 From: "Ella Venkatesan, Arunachalam" Date: Wed, 12 Jul 2023 19:48:07 -0400 Subject: [PATCH] added deep learning framework Lighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97bc05dbf..e5770417d 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SerpentAI](https://github.com/SerpentAI/SerpentAI) - Game agent framework. Use any video game as a deep learning sandbox. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [Theano](https://github.com/Theano/Theano) - A library for fast numerical computation. +* [lightning](https://github.com/Lightning-AI/lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. ## DevOps Tools