Metadata-Version: 2.1
Name: keras-gpt-copilot
Version: 0.1.0
Summary: Integrate an LLM copilot within your Keras model development workflow
Home-page: https://github.com/fabprezja/keras-gpt-copilot
Author: Fabi Prezja
Author-email: faprezja@fairn.fi
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: pyperclip
Requires-Dist: tensorflow

Keras GPT Copilot is the first Python package designed to integrate an LLM copilot within the model development workflow, offering iterative feedback options for enhancing the performance of your Keras deep learning models. Utilizing the power of OpenAI's GPT models, Keras GPT Copilot can use any of the compatible models (GPT4 is recommended). However, the prompt-only mode allows for compatibility with other large language models.

