All Projects → kalliope-project → Kalliope

kalliope-project / Kalliope

Licence: gpl-3.0
Kalliope is a framework that will help you to create your own personal assistant.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to Kalliope

Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-88.67%)
Mutual labels:  home-automation, personal-assistant, speech-recognition, speech-to-text, speech-synthesis
leon
🧠 Leon is your open-source personal assistant.
Stars: ✭ 8,560 (+467.26%)
Mutual labels:  speech-synthesis, speech-recognition, personal-assistant, speech-to-text
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (-93.17%)
Mutual labels:  bot, speech-recognition, speech-to-text, speech-synthesis
web-speech-cognitive-services
Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
Stars: ✭ 35 (-97.68%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Nemo
NeMo: a toolkit for conversational AI
Stars: ✭ 3,685 (+144.2%)
Mutual labels:  speech-recognition, speech-synthesis, speech-to-text
react-native-spokestack
Spokestack: give your React Native app a voice interface!
Stars: ✭ 53 (-96.49%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (-44.27%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
speechrec
a simple speech recognition app using the Web Speech API Interfaces
Stars: ✭ 18 (-98.81%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Dragonfire
the open-source virtual assistant for Ubuntu based Linux distributions
Stars: ✭ 1,120 (-25.78%)
Mutual labels:  personal-assistant, speech-recognition, speech-to-text
Openseq2seq
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
Stars: ✭ 1,378 (-8.68%)
Mutual labels:  speech-recognition, speech-to-text, speech-synthesis
Java Speech Api
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
Stars: ✭ 490 (-67.53%)
Mutual labels:  speech-recognition, speech-to-text, speech-synthesis
Lingvo
Lingvo
Stars: ✭ 2,361 (+56.46%)
Mutual labels:  speech-recognition, speech-to-text, speech-synthesis
Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (-91.19%)
Mutual labels:  speech-recognition, speech-to-text, speech-synthesis
AmazonSpeechTranslator
End-to-end Solution for Speech Recognition, Text Translation, and Text-to-Speech for iOS using Amazon Translate and Amazon Polly as AWS Machine Learning managed services.
Stars: ✭ 50 (-96.69%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (-98.21%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Stephanie Va
Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.
Stars: ✭ 772 (-48.84%)
Mutual labels:  personal-assistant, speech-recognition, speech-to-text
Artyom.js
A voice control - voice commands - speech recognition and speech synthesis javascript library. Create your own siri,google now or cortana with Google Chrome within your website.
Stars: ✭ 1,011 (-33%)
Mutual labels:  speech-recognition, speech-to-text, speech-synthesis
Openasr
A pytorch based end2end speech recognition system.
Stars: ✭ 69 (-95.43%)
Mutual labels:  speech-recognition, speech-to-text
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (-23.79%)
Mutual labels:  home-automation, raspberry
Patter
speech-to-text in pytorch
Stars: ✭ 71 (-95.29%)
Mutual labels:  speech-recognition, speech-to-text

Kalliope

Build Status Coverage Status Gitter PyPI version PyPI Beerpay

Kalliope is a framework that will help you to create your own personal assistant.

The concept is to create the brain of your assistant by attaching an input signal (vocal order, scheduled event, MQTT message, GPIO event, etc..) to one or multiple actions called neurons.

You can create your own Kalliope bot, by simply choosing and composing the existing neurons without writing any code. But, if you need a particular module, you can write it by yourself, add it to your project and propose it to the community.

Kalliope can run on all Linux Debian based distribution including a Raspberry Pi and it's multi-lang. The only thing you need is a microphone.

Kalliope is easy-peasy to use, see the hello world

  - name: "Hello-world"
    signals:
      - order: "say hello"
    neurons:
      - say:
          message: "Hello world!"

If you want an idea of what you can do with Kalliope, click on the image below ENGLISH DEMO

Links

Credits

Meaning of Kalliope Kalliope means "beautiful voice" from Greek καλλος (kallos) "beauty" and οψ (ops) "voice". In Greek mythology she was a goddess of epic poetry and eloquence, one of the nine Muses.

  • kə-LIE-ə-pee (English)
  • Ka-li-o-pé (French)
  • каллиопа (Russian)

License

Copyright (c) 2018. All rights reserved.

Kalliope is covered by the GNU GENERAL PUBLIC LICENSE v3.0. Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. For the full license text see the LICENSE.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].