Skip to content

Commit

Permalink
Merge ff68ea7 into 4f385fe
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlagore committed Mar 27, 2019
2 parents 4f385fe + ff68ea7 commit b66ce11
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
Binary file added .static/spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# minutes

[![ZenHub](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.com)

[![Build Status](https://travis-ci.org/ubclaunchpad/minutes.svg?branch=master)](https://travis-ci.org/ubclaunchpad/minutes)

[![Coverage Status](https://coveralls.io/repos/github/ubclaunchpad/minutes/badge.svg)](https://coveralls.io/github/ubclaunchpad/minutes)

Audio speaker diarization library.
> Jotting things down, so you don't have to.
![Spectrogram](/.static/spec.png)

Minutes is a speaker diarisation library. [Speaker diarisation](https://en.wikipedia.org/wiki/Speaker_diarisation) is the process
of identifying different speakers in an audio segment. It is useful for
making transcriptions of conversations meaningful by tagging homogenous
sections of the conversation with the appropriate speaker.

For more information about Minutes, and how it works, check out our [Medium
post](https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4)!

## Under Construction!

## :point_up: Installation

Requires Python 3.6!

```bash
# Currently we recommend running using the pipenv shell below.
python setup.py install
```

## :running: Development

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='minutes',
version='0.0.1',
description='Speaker diarization via transfer learning',
description='Speaker diarisation via transfer learning',
author='UBC Launch Pad',
author_email='team@ubclaunchpad.com',
url='https://www.ubclaunchpad.com',
Expand Down

0 comments on commit b66ce11

Please sign in to comment.