Skip to content

max-and-me/meta-words

Repository files navigation

Meta Words

Motivation

The library extracts a list of words with a timestamp and a duration from a given audio file. It uses OpenAIs whisper.cpp as a backend which can be exchanged easily.

Getting Started

Prerequisite

You need a clone of the whisper.cpp repository. Build the whisper.cpp executable which is simply called main.

Clone And Build

git clone https://github.com/max-and-me/meta-words.git
mkdir build
cd build
cmake [OPTIONS] ../meta-words
cmake --build . 

Run and Test

Open source/main.cpp and adapt the paths according to the cloned whisper repository. Build and run the executable.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors