An open API service indexing awesome lists of open source software.

https://github.com/writer/framework-tutorials

Framework Tutorials Repo
https://github.com/writer/framework-tutorials

Last synced: 8 months ago
JSON representation

Framework Tutorials Repo

Awesome Lists containing this project

README

          

# Writer Framework tutorials
This is a repo for Writer Frameowrk tutorial and sample applications. When applicable, an application will contain a `start` and `end` folder.

## What is Writer Framework?

Writer Framework is an open-source framework for creating AI applications. Build user interfaces using a visual editor; write the backend code in Python.

Writer Framework is fast and flexible with a clean, easily-testable syntax. It provides separation of concerns between UI and business logic, enabling more complex applications.

## Installation and Quickstart

Getting started with Writer Framework is easy. It works on Linux, Mac and Windows.

```sh
pip install writer
```

We recommend using a virtual environment.

## Documentation

Full documentation, including how to use Writer's AI module and deployment options, is available at [Writer](https://dev.writer.com/framework?utm_source=github&utm_medium=readme&utm_campaign=framework).

## About Writer

Writer is the full-stack generative AI platform for enterprises. Quickly and easily build and deploy generative AI apps with a suite of developer tools fully integrated with our platform of LLMs, graph-based RAG tools, AI guardrails, and more. Learn more at [writer.com](https://www.writer.com?utm_source=github&utm_medium=readme&utm_campaign=framework).