#990 · Primary category: AI Agents & Automation

stephanie-va

intent-prediction personal-assistant python speech-recognition speech-to-text stephanie virtual-assistant

Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.

Project last updated:01/20/19

GitHub Stars

797

Forks

127

Contributors

7

License

MIT

Why we included this project

Stephanie is a Python voice assistant you can take apart and rebuild. It captures spoken commands, converts them to text, and runs an intent-prediction step that decides which built-in module should act, whether that's checking the weather, pulling social updates, or handling other everyday tasks. Because the project is designed to be extended with third-party modules, it's a practical starting point for teams prototyping their own assistant or for developers who want to study a complete speech-to-intent pipeline instead of calling a hosted API. It does expect Linux and your own API keys, so plan on some setup; this is a learning base and customization template, not a turnkey product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category