Toolkit for training Keras models with GPT-assisted workflows
Project description
KerasGPT
Toolkit for experimenting with GPT-assisted configuration of Keras projects. The package wraps the OpenAI Chat Completions API and provides helpers for drafting model architectures, managing experiments, and logging conversational context when iterating on training runs.
Installation
pip install KerasGPT
When working from a clone of this repository you can install an editable build instead:
pip install -e .
Quick start
from KerasGPT import KerasGPT
model = KerasGPT(train_x, train_y, api_key="sk-...")
model.build_model()
model.fit(max_iterations=3)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gptkeras-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gptkeras-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ce4366356683623e6672336b2119381f7f3cb4bbd99862c665467f6e75609f9
|
|
| MD5 |
b6e42b8fea242794031efb248fbc59e8
|
|
| BLAKE2b-256 |
2f1a81e247b8317d83dc8a5652b3bf66b2e931b508b2699ad69287a97ca5b2bd
|