Git Product home page Git Product logo

zzz_personal-mycroft-backend's Introduction

Mycroft Backend

Donate with Bitcoin Donate Patreon donate button Say Thanks!

Personal mycroft backend alternative to mycroft.home, written in flask

Development moved to MycroftAI Repo

please do not open issues or make PRs

CONSIDER THIS ARCHIVED FOR HISTORICAL PURPOSES

Install

from source

git clone https://github.com/JarbasAl/personal-mycroft-backend
cd personal-mycroft-backend
pip install .

from pip

pip install personal-mycroft-backend

configure backend by editing/creating ~/.mycroft/personal_backend/personal_backend.conf

{
"backend_port": 6712,
"website_port": 5000,
"ssl": true,
"ssl_key": "/home/user/.mycroft/personal_backend/certs/MycroftPersonalServer.key",
"ssl_cert": "/home/user/.mycroft/personal_backend/certs/MycroftPersonalServer.crt",
"mail_port": 465,
"mail_server": "smtp.googlemail.com",
"mail_user": "[email protected]",
"mail_password": "xxx",
"secret_key": "MY_PRECIOUS_SECRET_KEY",
"salt": "MY_TABLE_SALT"
}

change url in "server" section in your default mycroft config

 // Address of the REMOTE server
  // Override: none
  "server": {
    "url": "https://0.0.0.0:6712",
    "version": "v0.1",
    "update": true,
    "metrics": true
  },

usage

start backend

from personal_mycroft_backend.backend import start_backend

start_backend()

start frontend

from personal_mycroft_backend.frontend import start_frontend

start_frontend()

more examples here

Features / Routes

  • get location

  • geoip location default

  • get config

  • get device settings

  • patch device settings

  • pairing process

  • send mail

  • multiple STT engines supported (google, wit, ibm, kaldi, bing, houndify, govivace, deepspeech)

  • sql database

  • user email confirmation

  • local browserless GUI if running on same machine

  • website (status: WIP)

  • store metrics (WIP - integrating into frontend, sql db and api endpoints functional)

TODOS

  • most of the frontend, are you a web dev? team up with me!

  • STT json settings in db (for google cloud stt engine)

  • skill settings

  • wakeword upload

  • wolfram alpha api

  • weather api

  • local data storage (audio recordings)

  • if opt in proxy data to mycroft (utterances/hotwords/metrics)

  • everything else i forgot

  • new functionality

    • mimic 1 remote TTS
    • user voice print from uploaded utterances / wakewords
    • train precise/snowboy models

zzz_personal-mycroft-backend's People

Contributors

jarbasal avatar

Watchers

 avatar

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.