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
- Host: GitHub
- URL: https://github.com/writer/framework-tutorials
- Owner: writer
- Created: 2024-07-18T16:12:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T18:05:10.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:36:02.661Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 28
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).