Orion is a telegram bot that converts voice messages into text and org-mode files. It can be trained for better accuracy.
Go to file
Sameer Rahmani 0cc687b6a4 Update the docs 2022-04-15 23:35:33 +01:00
pkg/core Fix the pebble's db path 2022-04-09 23:02:30 +01:00
rigel Finish the tcp loop 2022-04-15 23:13:21 +01:00
.gitignore Add the Rigel for TTS 2022-04-15 14:35:30 +01:00
LICENSE Initial commit 2022-04-09 18:19:48 +01:00
README.md Update the docs 2022-04-15 23:35:33 +01:00
builder Add the Rigel for TTS 2022-04-15 14:35:30 +01:00
go.mod Handle SIGINT and add pebble as the db 2022-04-09 22:58:54 +01:00
go.sum Handle SIGINT and add pebble as the db 2022-04-09 22:58:54 +01:00
orion.go Handle SIGINT and add pebble as the db 2022-04-09 22:58:54 +01:00

README.md

Orion

Orion is a telegram bot that converts voice messages into text and org-mode files. It can be trained for better accuracy.

In order to use it, first you need to setup the project which you can just call ./builder setup and then you can run Orion via the builder script again with the following command:

./builder run -owner TELEGRAM_ID -model PATH_TO_MODEL -scorer PATH_TO_SCORER
  • TELEGRAM_ID: Is your telegram id. It will only reply to you and tell others to F off.

  • PATH_TO_MODEL(optoinal): Is the path to the model file you want to use for speech recognition. the default points to the default model in the models directory.

  • PATH_TO_SCORER(optional): Is the path to the scorer to be use to speech recognition. the default points to the default scorer in the models directory.

Models and scorers should be compatible with Coqui.