From 2b7f123ef81b8b1e84e940e0efcb044cf5b2f6c2 Mon Sep 17 00:00:00 2001 From: Fabi Prezja <87379098+fabprezja@users.noreply.github.com> Date: Wed, 17 May 2023 11:57:33 +0200 Subject: [PATCH] Added Keras GPT Copilot to the list Keras GPT Copilot is a Python package that integrates a Large Language Model (LLM) copilot into the Keras model development workflow. It provides iterative feedback for model enhancement, supports compatibility with OpenAI's GPT-4 and other LLMs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a24c927..d3f0417 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ 68. [haystack: an open-source neural search framework](https://haystack.deepset.ai/docs/intromd) 69. [Maze](https://github.com/enlite-ai/maze) - Application-oriented deep reinforcement learning framework addressing real-world decision problems. 70. [InsNet - A neural network library for building instance-dependent NLP models with padding-free dynamic batching](https://github.com/chncwang/InsNet) +71. [Keras GPT Copilot - A package for integrating an LLM copilot within the keras model development workflow](https://github.com/fabprezja/keras-gpt-copilot) ### Tools