Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cydrobolt/ventib
:chart_with_upwards_trend: Ventib records your voice, transcribes it in realtime, and performs speech pattern analysis to give you objective statistics about how you speak.
https://github.com/cydrobolt/ventib
analytics chart speech speech-pattern-analysis statistics
Last synced: about 1 month ago
JSON representation
:chart_with_upwards_trend: Ventib records your voice, transcribes it in realtime, and performs speech pattern analysis to give you objective statistics about how you speak.
- Host: GitHub
- URL: https://github.com/cydrobolt/ventib
- Owner: cydrobolt
- Created: 2015-01-17T01:29:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T05:13:19.000Z (about 9 years ago)
- Last Synced: 2023-08-03T13:59:36.328Z (over 1 year ago)
- Topics: analytics, chart, speech, speech-pattern-analysis, statistics
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 44
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ventib
![Ventib](http://i.imgur.com/EQ08J0U.png)
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.