Skip to content

Commit 5c8340c

Browse files
Robert M OchshornRobert M Ochshorn
authored andcommitted
Tweak README and bump version
1 parent f3f351f commit 5c8340c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
# Gentle
22
**Robust yet lenient forced-aligner built on Kaldi. A tool for aligning speech with text.**
33

4-
![Beta](https://img.shields.io/badge/status-beta-red.svg)
5-
[![Build Status](https://img.shields.io/travis/lowerquality/gentle.svg)](https://travis-ci.org/lowerquality/gentle)
6-
74
## Getting Started
85

96
There are three ways to install Gentle.
107

11-
1. Download the [pre-built Mac application](https://github.com/lowerquality/gentle/releases/download/0.7.0/gentle-0.7.0.dmg). This package includes a GUI that will start the server and a browser. It only works on Mac OS.
8+
1. Download the [pre-built Mac application](https://github.com/lowerquality/gentle/releases/download/0.9.0/gentle-0.9.0.dmg). This package includes a GUI that will start the server and a browser. It only works on Mac OS.
129

13-
2. Use the [Docker](https://www.docker.com/) image. Just run ```docker run -P lowerquality/gentle```. This works anywhere Docker is installed.
10+
2. Use the [Docker](https://www.docker.com/) image. Just run ```docker run -P lowerquality/gentle```. This works on all platforms supported by Docker.
1411

1512
3. Download the source code and run ```./install.sh```. Then run ```python serve.py``` to start the server. This works on Mac and Linux.
1613

1714
## Using Gentle
1815

19-
By default, the aligner listens at http://localhost:8765. That page has a graphical interface for transcribing, viewing, and downloading audio.
16+
By default, the aligner listens at http://localhost:8765. That page has a graphical interface for transcribing audio, viewing results, and downloading data.
2017

2118
There is also a REST API so you can use Gentle in your programs. Here's an example of how to use the API with CURL:
2219

gentle/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)