GithubHelp home page GithubHelp logo

hay / audio2text Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 3.0 617 KB

Python command line utility wrappers for Whispercpp and other speech-to-text utilities

License: MIT License

Python 100.00%
speech-recognition speech-to-text stt whisper whisper-cpp

audio2text's Introduction

audio2text's People

Contributors

bjornw avatar hay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

audio2text's Issues

AttributeError: 'str' object has no attribute 'resolve' error on first attempt

After installing and trying to run it for the first time I get the error below:

Traceback (most recent call last): File "audio2text/./audio2text.py", line 50, in <module> whisper.transcribe(in_path, out_path) File "audio2text/audio2text/whisper.py", line 55, in transcribe self.transcribe_processed_wav(tmp_file, out_path) File "audio2text/audio2text/whisper.py", line 61, in transcribe_processed_wav str(self.whisper_path.resolve()), AttributeError: 'str' object has no attribute 'resolve'

The command I've used was:
./audio2text.py -w ../whisper.cpp/main -m ../whisper.cpp/models/ggml-tiny.bin -i test/berliner.og g -o test/berliner.csv -of csv

Am I overlooking something?

Using verbose as results in:

Initialized AudioToText Transcribing test/berliner.ogg as test/berliner.csv Converting test/berliner.ogg to tmp/jX85WfkYSMTfiqru4UTWEn.wav Traceback (most recent call last): File "audio2text/./audio2text.py", line 50, in <module> whisper.transcribe(in_path, out_path) File "audio2text/audio2text/whisper.py", line 55, in transcribe self.transcribe_processed_wav(tmp_file, out_path) File "audio2text/audio2text/whisper.py", line 61, in transcribe_processed_wav str(self.whisper_path.resolve()), AttributeError: 'str' object has no attribute 'resolve'

Using Python 3.10.6 on Ubuntu Linux 22.04.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.