From 078d06968833744ca9a207b58eee3fc872112582 Mon Sep 17 00:00:00 2001
From: Aryan <nandaaryan823@gmail.com>
Date: Sun, 10 Mar 2024 15:23:15 +0530
Subject: [PATCH] Changed Caffe to Keras and Added TFlite

---
 ideas/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ideas/index.rst b/ideas/index.rst
index 05e2e77..695e150 100644
--- a/ideas/index.rst
+++ b/ideas/index.rst
@@ -153,7 +153,7 @@ Ideas
 
    | **Goal:** Build a deep learning model, training data set, training scripts, and a runtime for detection and modification of the video stream.
    | **Hardware Skills:** Ability to capture and display video streams using `Beagleboard ai-64 <https://www.beagleboard.org/boards/beaglebone-ai-64>`_.
-   | **Software Skills:** `Python <https://www.python.org/>`_, `TensorFlow <https://www.tensorflow.org/>`_, `Caffe <https://caffe.berkeleyvision.org/>`_, `GStreamer <https://gstreamer.freedesktop.org/>`_, `OpenCV <https://opencv.org/>`_
+   | **Software Skills:** `Python <https://www.python.org/>`_, `TensorFlow <https://www.tensorflow.org/>`_, `TFlite <https://www.tensorflow.org/lite>`_, `Keras <https://www.tensorflow.org/guide/keras>`_, `GStreamer <https://gstreamer.freedesktop.org/>`_, `OpenCV <https://opencv.org/>`_
    | **Possible Mentors:** `Jason Kridner <https://forum.beagleboard.org/u/jkridner>`_
 
    ++++
-- 
GitLab