All Projects → jim-schwoebel → Voicebook

jim-schwoebel / Voicebook

Licence: apache-2.0
🗣️ A book and repo to get you started programming voice computing applications in Python (10 chapters and 200+ scripts).

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Voicebook

Voice datasets
🔊 A comprehensive list of open-source datasets for voice and sound computing (50+ datasets).
Stars: ✭ 494 (+109.32%)
Mutual labels:  voice-control, data, voice-recognition, voice
Caster
Dragonfly-Based Voice Programming and Accessibility Toolkit
Stars: ✭ 242 (+2.54%)
Mutual labels:  voice-control, voice-recognition, voice
voice gender detection
♂️♀️ Detect a person's gender from a voice file (90.7% +/- 1.3% accuracy).
Stars: ✭ 51 (-78.39%)
Mutual labels:  voice, voice-recognition, voice-control
Voicer
AGI-server voice recognizer for #Asterisk
Stars: ✭ 73 (-69.07%)
Mutual labels:  voice-control, voice-recognition, voice
Hey Athena Client
Your personal voice assistant
Stars: ✭ 336 (+42.37%)
Mutual labels:  voice-control, voice-recognition, voice
Sonus
💬 /so.nus/ STT (speech to text) for Node with offline hotword detection
Stars: ✭ 532 (+125.42%)
Mutual labels:  voice-control, voice-recognition
Eddiscovery
Captains log and 3d star map for Elite Dangerous
Stars: ✭ 541 (+129.24%)
Mutual labels:  voice-recognition, voice
Atscan
Advanced dork Search & Mass Exploit Scanner
Stars: ✭ 817 (+246.19%)
Mutual labels:  data, server
Starrysky
🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)
Stars: ✭ 1,022 (+333.05%)
Mutual labels:  voice-control, voice
Voice Overlay Ios
🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
Stars: ✭ 440 (+86.44%)
Mutual labels:  voice-recognition, voice
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+309.75%)
Mutual labels:  data-cleaning, data
Fdsoundactivatedrecorder
Start recording when the user speaks
Stars: ✭ 227 (-3.81%)
Mutual labels:  voice-control, voice-recognition
Mycroft Precise
A lightweight, simple-to-use, RNN wake word listener
Stars: ✭ 481 (+103.81%)
Mutual labels:  voice-control, voice-recognition
Jarvis
Jarvis.sh is a simple configurable multi-lang assistant.
Stars: ✭ 701 (+197.03%)
Mutual labels:  voice-control, voice-recognition
Awesome Openapi3
😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
Stars: ✭ 469 (+98.73%)
Mutual labels:  server, generation
Voicemail
🔈 📧 Voice Based Email for (Blinds?)
Stars: ✭ 40 (-83.05%)
Mutual labels:  voice-control, voice-recognition
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (-7.2%)
Mutual labels:  voice-control, voice-recognition
Qlib Server
Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.
Stars: ✭ 81 (-65.68%)
Mutual labels:  data, server
Alan Sdk Reactnative
Alan React Native SDK adds a voice assistant or chatbot to your app.
Stars: ✭ 138 (-41.53%)
Mutual labels:  voice-control, voice
Alan Sdk Web
Alan AI Web SDK adds a voice assistant or chatbot to your app. Supports React, Angular, Vue, Ember, JavaScript, Electron.
Stars: ✭ 368 (+55.93%)
Mutual labels:  voice-control, voice

Voicebook

Tweet

This is an assortment of all the scripts associated with the Intro to Voice Computing Book. These scripts should give you a jumpstart in learning how to write Python code for voice-related applications.

^^ Note: If you find this code useful, please leave a star :) ^^

Voicebook video

Getting started: setting up environment (mac)

Watch the overview video for this book here.

Note that these are the instructions for Mac computers; you may need some custom setup for FFmpeg and/or SoX if you're using a Windows and/or Linux computer.

First, clone the repository and submodules:

git clone --recurse-submodules -j8 https://github.com/jim-schwoebel/voicebook

Now you need to run the setup.py script in a virtual environment to make sure you have all the required dependencies for all the chapters of the book. To do this, run:

cd voicebook
pip3 install virtualenv
virtualenv env 
source env/bin/activate
python3 setup.py

Now you have all the dependencies necessary to follow along with the chapters in the book. You don’t need to worry about any other installations.

License

This repository is licensed under the Apache 2.0 License.

Feedback

Any feedback on the book or this repository is greatly appreciated.

  • If you find something that is missing or doesn't work, please consider opening a GitHub issue.
  • If you'd like to be mentored by someone on our team, check out the Innovation Fellows Program.
  • If you are looking for a framework to start building machine learning models in voice computing, check out Allie.
  • If you want to talk to me directly, please send me an email @ [email protected].

Citation

Please use the following citation when citing this book in your research work:

References

Check out the wiki or documentation below to follow along with each chapter in the book. In this way, you can get quickly up to speed with the 200+ scripts included in this repository.

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