Giter Club home page Giter Club logo

voice-assistant-boilerplate's Introduction

Voice Assistant Boilerplate

Build Status

This boilerplate uses Snips and Artyom to process and handle intents to your hearts content!

It uses the Voice Assistant API to serve voice commands.

If you plan on using this boilerplate, please start with the API. :)

Features

  • Artyom & Snips Voice Assistant w/ Fully Customizable Intents and Wakeword
  • Easy WaveNet Integration
  • Pre-Configured BrowserRouter
  • Ant Design UI
  • Pre-Configured Modal Windows
  • Pre-Configured eslint and Prettier code formatter
  • React Hot Loader
  • Linux/MacOS/Windows

Built With

  • Antd - UI Design library
  • Node - Dependency and Deployment Manager
  • Express - Routing Framework for Node
  • React - Framework for state-based UI
  • Redux - Predictable state container

Example

Demo GIF

Prerequisites

Node.js must be installed. Other libraries will be managed within Node.

Installing

git clone [email protected]:connlaoi/voice-assistant-boilerplate.git
cd voice-assistant-boilerplate
npm install

# remove boilerplate git references
rm ./.git

# create a new repo on GitHub
https://github.com/new

# initialize a new local repo
git init

# connect your local repo to your new GitHub repo
git remote add origin https://github.com/user/repo.git

# push your local repo to your GitHub repo
git push origin master

Scripts

# run development mode
npm run dev

# run prettier (cleans up your code)
npm run prettier

# run lint (your laundry list)
npm run lint

# run production mode
npm run build
npm start

Configure for Personal Voice API

Now that we have our files in place and the site is able to run, let's integrate our new voice api route!

Simply open the 'src/client/constants/voiceProperties.js' file and edit it to match your own personal information.

That should do it!

Default Login credentials are any email and password.


Congratulations, you are now serving a voice assistant in the browser!


Authors

  • Connlaoi Smith - Ongoing Development - connlaoi

Acknowledgments

  • Amit Maraj - Initial work on React Boilerplate - maraja

See also the list of contributors who participated in this project.

voice-assistant-boilerplate's People

Contributors

connlaoi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.