All Projects β†’ cydrobolt β†’ ventib

cydrobolt / ventib

Licence: other
πŸ“ˆ Ventib records your voice, transcribes it in realtime, and performs speech pattern analysis to give you objective statistics about how you speak.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ventib

Lhotse
Stars: ✭ 236 (+448.84%)
Mutual labels:  speech
Naver-AI-Hackathon-Speech
2019 Clova AI Hackathon : Speech - Rank 12 / Team Kai.Lib
Stars: ✭ 26 (-39.53%)
Mutual labels:  speech
TF-Speech-Recognition-Challenge-Solution
Source code of the model used in Tensorflow Speech Recognition Challenge (https://www.kaggle.com/c/tensorflow-speech-recognition-challenge). The solution ranked in top 5% in private leaderboard.
Stars: ✭ 58 (+34.88%)
Mutual labels:  speech
Kerasdeepspeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Stars: ✭ 245 (+469.77%)
Mutual labels:  speech
lectures-all
Central repository for all lectures on deep learning at UPC ETSETB TelecomBCN.
Stars: ✭ 46 (+6.98%)
Mutual labels:  speech
VQMIVC
Official implementation of VQMIVC: One-shot (any-to-any) Voice Conversion @ Interspeech 2021 + Online playing demo!
Stars: ✭ 278 (+546.51%)
Mutual labels:  speech
Setk
Tools for Speech Enhancement integrated with Kaldi
Stars: ✭ 227 (+427.91%)
Mutual labels:  speech
wav2vec2-live
A live speech recognition using Facebooks wav2vec 2.0 model.
Stars: ✭ 205 (+376.74%)
Mutual labels:  speech
browser-apis
πŸ¦„ Cool & Fun Browser Web APIs πŸ₯³
Stars: ✭ 21 (-51.16%)
Mutual labels:  speech
Multimodal-Gesture-Recognition-with-LSTMs-and-CTC
An end-to-end system that performs temporal recognition of gesture sequences using speech and skeletal input. The model combines three networks with a CTC output layer that recognises gestures from continuous stream.
Stars: ✭ 25 (-41.86%)
Mutual labels:  speech
Speechbrain.github.io
The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.
Stars: ✭ 242 (+462.79%)
Mutual labels:  speech
Voice Gender
Gender recognition by voice and speech analysis
Stars: ✭ 248 (+476.74%)
Mutual labels:  speech
react-native-speech-bubble
πŸ’¬ A speech bubble dialog component for React Native.
Stars: ✭ 50 (+16.28%)
Mutual labels:  speech
Tacotron pytorch
PyTorch implementation of Tacotron speech synthesis model.
Stars: ✭ 242 (+462.79%)
Mutual labels:  speech
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+23.26%)
Mutual labels:  speech
Gcc Nmf
Real-time GCC-NMF Blind Speech Separation and Enhancement
Stars: ✭ 231 (+437.21%)
Mutual labels:  speech
idear
πŸŽ™οΈ Handsfree Audio Development Interface
Stars: ✭ 84 (+95.35%)
Mutual labels:  speech
pytorch-pcen
PyTorch reimplementation of per-channel energy normalization for audio.
Stars: ✭ 80 (+86.05%)
Mutual labels:  speech
txt2speech
Convert text to speech using Google Translate API
Stars: ✭ 38 (-11.63%)
Mutual labels:  speech
IMS-Toucan
Text-to-Speech Toolkit of the Speech and Language Technologies Group at the University of Stuttgart. Objectives of the development are simplicity, modularity, controllability and multilinguality.
Stars: ✭ 295 (+586.05%)
Mutual labels:  speech

Ventib

Ventib

Ventib offers the capability of parsing your speech and generating valuable statistics based on environmental factors. It also provides a search function, allowing users to sift through their past speech.

Ventib uses speech pattern analysis to provide statistics based on users’ real-time speech habits. Ventib analyses the content, location, and timing of your speech.

Chart.js and Google Maps' geotagging API are used to locate, graph, and extrapolate users’ speech.

Running Ventib

Using a virtualenv3 is highly recommended. Install dependencies:

  • python3
  • python3-devel
  • mysql

Install Pip dependencies: pip3 install -r requirements.txt Configurate your instance: cp config.py web/ && vi web/config.py Run Ventib: python3 run.py

To access the Ventib client, head to /client on your Ventib instance and approve the use of your microphone and location to the page.

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