All Projects → hannesm → ocaml-otr

hannesm / ocaml-otr

Licence: BSD-2-Clause License
Off-the-record (OTR) messaging protocol, purely in OCaml

Programming Languages

ocaml
1615 projects

Projects that are alternatives of or similar to ocaml-otr

Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+7794.87%)
Mutual labels:  end-to-end, otr
Rus-SpeechRecognition-LSTM-CTC-VoxForge
Распознавание речи русского языка используя Tensorflow, обучаясь на базе Voxforge
Stars: ✭ 50 (+28.21%)
Mutual labels:  end-to-end
gordo
An API-first distributed deployment system of deep learning models using timeseries data to predict the behaviour of systems
Stars: ✭ 25 (-35.9%)
Mutual labels:  end-to-end
speech-transformer
Transformer implementation speciaized in speech recognition tasks using Pytorch.
Stars: ✭ 40 (+2.56%)
Mutual labels:  end-to-end
plugins
Officially supported Psi plugins
Stars: ✭ 52 (+33.33%)
Mutual labels:  otr
Speech-Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 21 (-46.15%)
Mutual labels:  end-to-end
cypress-example-docker-circle-workflows
Cypress + Docker + CircleCI Workflows = ❤️
Stars: ✭ 29 (-25.64%)
Mutual labels:  end-to-end
SOLQ
"SOLQ: Segmenting Objects by Learning Queries", SOLQ is an end-to-end instance segmentation framework with Transformer.
Stars: ✭ 159 (+307.69%)
Mutual labels:  end-to-end
otrchat
😈 An end-to-end encrypted chat system based on the OTR protocol
Stars: ✭ 18 (-53.85%)
Mutual labels:  otr
Behavior-Cloning
end to end learning for self-driving
Stars: ✭ 25 (-35.9%)
Mutual labels:  end-to-end
ASVspoof PA
No description or website provided.
Stars: ✭ 22 (-43.59%)
Mutual labels:  end-to-end
Transformer-Transducer
PyTorch implementation of "Transformer Transducer: A Streamable Speech Recognition Model with Transformer Encoders and RNN-T Loss" (ICASSP 2020)
Stars: ✭ 61 (+56.41%)
Mutual labels:  end-to-end
DSTC6-End-to-End-Conversation-Modeling
DSTC6: End-to-End Conversation Modeling Track
Stars: ✭ 56 (+43.59%)
Mutual labels:  end-to-end
SynSeg-Net
SynSeg-Net: Synthetic Segmentation Without Target Modality Ground Truth
Stars: ✭ 54 (+38.46%)
Mutual labels:  end-to-end
DiscordEncryption
🔐 Configurable end to end encryption for Discord
Stars: ✭ 30 (-23.08%)
Mutual labels:  end-to-end
End-to-End-Mandarin-ASR
End-to-end speech recognition on AISHELL dataset.
Stars: ✭ 20 (-48.72%)
Mutual labels:  end-to-end
postchildren-desktop
👨‍👦‍👦 A E2E test visualization tool (get along with postman and postwoman)
Stars: ✭ 23 (-41.03%)
Mutual labels:  end-to-end
otr3
A Go implementation of the OTR 3 protocol, with libotr 4.1.0 feature parity
Stars: ✭ 68 (+74.36%)
Mutual labels:  otr
kosr
Korean speech recognition based on transformer (트랜스포머 기반 한국어 음성 인식)
Stars: ✭ 25 (-35.9%)
Mutual labels:  end-to-end
wav2letter
Facebook AI Research's Automatic Speech Recognition Toolkit
Stars: ✭ 6,026 (+15351.28%)
Mutual labels:  end-to-end

OTR - Off the record implementation purely in OCaml

%%VERSION%%

This is an implementation of version 2 and 3 of the Off-the-record protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml.

Including the socialist millionairs protocol to authenticate a communication partner over an encrypted channel providing a shared secret.

Documentation

Build Status

API documentation is available online

Best to be used with jackline.

Installation

opam install otr will install this library, once you have installed OCaml (>= 4.02.0) and opam (>= 1.2.2).

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].