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.
This commit is contained in:
Fabi Prezja 2023-05-17 12:16:58 +02:00 committed by GitHub
parent d5e6a88402
commit 934af85666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -801,6 +801,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
* [SciLua](http://scilua.org/)
* [Lua - Numerical Algorithms](https://bitbucket.org/lucashnegri/lna) **[Deprecated]**
* [Lunum](https://github.com/jzrake/lunum) **[Deprecated]**
* [Keras GPT Copilot](https://github.com/fabprezja/keras-gpt-copilot) - A python package that integrates an LLM copilot inside the keras model development workflow.
<a name="lua-demos-and-scripts"></a>
#### Demos and Scripts