danth / scribe

A small GUI tool for text generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scribe

A small GUI tool for text generation.

Screenshot

The passage above was generated by the computer based on the first three words, which were entered by hand. Scribe can also work without a prompt, in which case it will create text about a random topic.

Installation

You can run Scribe using the Nix package manager:

nix run github:danth/scribe

Or install it permanently by adding the flake to your NixOS configuration.

Alternatively, you can use standard Python tools, provided that you have GTK4 development dependencies installed.

Licensing

Data

OPT-175B is licensed under the OPT-175B license, Copyright (c) Meta Platforms, Inc. All Rights Reserved.

Note that commercial use is forbidden, among other restrictions.

Code

Transformers is licensed under the Apache 2.0 license.

PyTorch is licensed under a 3-Clause BSD License.

Scribe is licenced under the GNU Affero General Public License 3.0.

About

A small GUI tool for text generation

License:GNU Affero General Public License v3.0


Languages

Language:Nix 50.5%Language:Python 49.5%