Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenbase-ai/core
Prompt engineering, automated.
https://github.com/zenbase-ai/core
Last synced: 3 days ago
JSON representation
Prompt engineering, automated.
- Host: GitHub
- URL: https://github.com/zenbase-ai/core
- Owner: zenbase-ai
- License: mit
- Created: 2024-05-30T20:09:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T20:08:03.000Z (about 2 months ago)
- Last Synced: 2024-11-22T21:21:05.493Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage: https://zenbase.ai
- Size: 398 KB
- Stars: 251
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Core - Prompt engineering, automated. (Building / Prompt Engineering)
- awesome_ai_agents - Core - Prompt engineering, automated. (Building / Prompt Engineering)
README
# Zenbase Core — Prompt engineering, automated.
Zenbase Core is the library for programming — not prompting — AI in production. It is a spin-out of [Stanford NLP's DSPy](https://github.com/stanfordnlp/dspy) project started by key contributors. DSPy is an excellent framework for R&D. Zenbase strives to be its brother for software engineering.
## Key Points
- **DSPy** is optimized for research and development, providing tools specifically designed for deep exploration and optimization of AI systems. You run experiments with AI systems and report the results.
- **Zenbase** focuses on adapting these research advancements to practical software engineering needs. Optimizers can be integrated into existing systems. We're focused on helping you deploy automatic prompt optimization in production.## Quick Start with Python
```bash
pip install zenbase
```For more information take a look at the [Zenbase Core Python README](./py/README.md).
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.
## Contribution
Thank you for your interest in contributing to our project! Any and all contributions are welcome. See [CONTRIBUTING](./CONTRIBUTING.md) for more information.