You:I just want to write some ****ing Python!! Us:Relax, we've got you. Just write, decorate, run.
>> More of a big-picture type? Start here instead.
>> We're building Yera, the open full-stack AI framework.
placeholder. We'll do the rest: easy config, orchestration, UI and deployment*.
>> Get started.
Install with pip,
pip install yera
run the auto setup,
yera setup
and you're good to go!
yera hello
>> Write your own.
Create chatbot.py in your favourite editor
import yera as yr
@yr.app
def chatbot():
for prompt in yr.chat():
yr.response(prompt)
then run it from the CLI to use in your browser.
yera run chatbot.py
>> Where next?
Yera is designed to be a generic framework for AI harnesses: the code surrounding your model(s) that imposes constraints and allows sensing and action.
Wherever you want to use AI in your project, be it a UI chatbot, a data pipeline or a simple script, Yera will fit in. If it doesn't we'll fix it so it does.
For a study path check out our tutorials, for a technical reference check out the docs, and finally to check our work or get involved check out our github.
We'd love to see what you create!
>> Keep updated.
Sign up for the odd product update and release news.
By subscribing you agree to receive product updates from Yera Labs. Unsubscribe any time. See our privacy policy.
* The Yera platform is under active development and is not yet available. Please sign up to the mailing list if you want to be kept updated on it.