Giter VIP home page Giter VIP logo

Comments (5)

joshuaboniface avatar joshuaboniface commented on June 2, 2024

#687 adds this!

from kalliope.

joshuaboniface avatar joshuaboniface commented on June 2, 2024

#687 was merged, so the next release should have (core) Whisper support.

Next step is FasterWhisper, which is indeed much faster. This is waiting on the upstream PR Uberi/speech_recognition#693 to implement in speech_recognition, but otherwise I have the code ready. If you want to test those out, the branch blkal of both Kalliope and Speech Recognition in my respective forks have my latest code for both.

from kalliope.

jaggzh avatar jaggzh commented on June 2, 2024
I'm listening
Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/home/jaggz/venvs/kalliope/lib/python3.11/site-packages/kalliope/core/OrderListener.py", line 52, in run
    self.stt_instance = self.load_stt_plugin()
                        ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/jaggz/venvs/kalliope/lib/python3.11/site-packages/kalliope/core/OrderListener.py", line 67, in load_stt_plugin
    return Utils.get_dynamic_class_instantiation(package_name='stt',
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/jaggz/venvs/kalliope/lib/python3.11/site-packages/kalliope/core/Utils/Utils.py", line 135, in get_dynamic_class_instantiation
    mod = __import__(package_path, fromlist=[module_name.capitalize()])
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'kalliope.stt.whisper'
^C

Ctrl+C pressed. Killing Kalliope

from kalliope.

jaggzh avatar jaggzh commented on June 2, 2024

Oh, this happens after I say Kaliope (during STT?)

from kalliope.

jaggzh avatar jaggzh commented on June 2, 2024

Oh, sorry, I was in master; I noticed in your PR it's in dev. That's working. :))
Closing this issue.

from kalliope.

Related Issues (20)

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.