All Projects → SeunghunSunmoonLee → React.ai

SeunghunSunmoonLee / React.ai

Licence: MIT license
It recognize your speech and trained AI Bot will respond(i.e Customer Service, Personal Assistant) using Machine Learning API (DialogFlow, apiai), Speech Recognition, GraphQL, Next.js, React, redux

Programming Languages

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

Projects that are alternatives of or similar to React.ai

Helium.js
Automating Universal React Applications
Stars: ✭ 63 (+65.79%)
Mutual labels:  universal, universal-react, universal-javascript
AmazonSpeechTranslator
End-to-end Solution for Speech Recognition, Text Translation, and Text-to-Speech for iOS using Amazon Translate and Amazon Polly as AWS Machine Learning managed services.
Stars: ✭ 50 (+31.58%)
Mutual labels:  speech-recognition, speech-to-text, speech-recognizer
universal-progressive-todos
A Todo list with universal JavaScript & Progressive Enhancement
Stars: ✭ 30 (-21.05%)
Mutual labels:  universal, universal-react, universal-javascript
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (-50%)
Mutual labels:  speech-recognition, apiai, speech-to-text
Speech recognition with tensorflow
Implementation of a seq2seq model for Speech Recognition using the latest version of TensorFlow. Architecture similar to Listen, Attend and Spell.
Stars: ✭ 253 (+565.79%)
Mutual labels:  speech-recognition, speech-to-text
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (-7.89%)
Mutual labels:  apiai, dialogflow
routex.js
🔼 Alternative library to manage dynamic routes in Next.js
Stars: ✭ 38 (+0%)
Mutual labels:  universal, next
react-native-spokestack
Spokestack: give your React Native app a voice interface!
Stars: ✭ 53 (+39.47%)
Mutual labels:  speech-recognition, speech-to-text
Rnn ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Stars: ✭ 220 (+478.95%)
Mutual labels:  speech-recognition, speech-to-text
megs
A merged version of multiple open-source German speech datasets.
Stars: ✭ 21 (-44.74%)
Mutual labels:  speech-recognition, speech-to-text
benchmark-nlp
NLP benchmark test sentences and full results
Stars: ✭ 13 (-65.79%)
Mutual labels:  apiai, dialogflow
revai-java-sdk
Rev.ai Java SDK
Stars: ✭ 16 (-57.89%)
Mutual labels:  speech-recognition, speech-to-text
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 (+536.84%)
Mutual labels:  speech-recognition, speech-to-text
web-voice-processor
A library for real-time voice processing in web browsers
Stars: ✭ 69 (+81.58%)
Mutual labels:  speech-recognition, speech-to-text
Nemo
NeMo: a toolkit for conversational AI
Stars: ✭ 3,685 (+9597.37%)
Mutual labels:  speech-recognition, speech-to-text
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+39.47%)
Mutual labels:  speech-recognition, speech-to-text
leopard
On-device speech-to-text engine powered by deep learning
Stars: ✭ 354 (+831.58%)
Mutual labels:  speech-recognition, speech-to-text
wav2vec2-live
A live speech recognition using Facebooks wav2vec 2.0 model.
Stars: ✭ 205 (+439.47%)
Mutual labels:  speech-recognition, speech-to-text
Kaldi Active Grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
Stars: ✭ 196 (+415.79%)
Mutual labels:  speech-recognition, speech-to-text
Edgedict
Working online speech recognition based on RNN Transducer. ( Trained model release available in release )
Stars: ✭ 205 (+439.47%)
Mutual labels:  speech-recognition, speech-to-text

React.ai

Follow the tutorial, read about this project at medium article written by Seunghun Lee.

In a nutshell

React.ai is React.js, Redux, Hot Reloading, ESNext, Babel, react-router, Offline First, ServiceWorker, styled-components, redux-saga, FontFaceObserver, Machine Learning(DialogFlow, apiai), Speech Recognition, GraphQL, Next.js Universal rendering starter kit(boilerplate)⚡️ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...

Features

This is the foundation of Server Side Rendered(SSR) FullStack React Machine Learning API boilerplate that currently includes Speech Recognition, Text, Speech Response AI customer Service Chatbot using DialogFlow(Google's Natural Language AI) API. This project is planning to include interesting, useful machine learning AI out of the box written in production ready react boilerplate, node.js.

Quick scaffolding
Create components, containers, routes, selectors and sagas - and their tests - right from the CLI!
Instant feedback
Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page. Preserve application state even when you update something in the underlying code!
Predictable state management
Unidirectional data flow allows for change logging and time travel debugging.
Next generation JavaScript
Use template strings, object destructuring, arrow functions, JSX syntax and more, today.
Next generation CSS
Write composable CSS that's co-located with your components for complete modularity. Unique generated class names keep the specificity low while eliminating style clashes. Ship only the styles that are on the page for the best performance.
Industry-standard routing
It's natural to want to add pages (e.g. `/about`) to your application, and routing makes this possible.
Industry-standard i18n internationalization support
Scalable apps need to support multiple languages, easily add and support multiple languages with `react-intl`.
Offline-first
The next frontier in performant web apps: availability without a network connection from the instant your users load the app.
SEO
We support SEO (document head tags management) for search engines that support indexing of JavaScript content. (eg. Google)

But wait... there's more!

  • The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react app with 99% test coverage before?)
  • Native web app: Your app's new home? The home screen of your users' phones.
  • The fastest fonts: Say goodbye to vacant text.
  • Stay fast: Profile your app's performance from the comfort of your command line!
  • Catch problems: AppVeyor and TravisCI setups included by default, so your tests get run automatically on Windows and Unix.

There’s also a fantastic video on how to structure your React.js apps with scalability in mind. It provides rationale for the majority of boilerplate's design decisions.

Keywords: React.js, Redux, Hot Reloading, ESNext, Babel, react-router, Offline First, ServiceWorker, styled-components, redux-saga, FontFaceObserver

Motivation

To help React developers get started with Machine Learning, AI bot project in seconds, help developers spend more time on writing meaningful codes.

How to run

yarn

or

npm install

create .env file in the root folder of the project and add the below.

APIAI_TOKEN="YOUR APIAI_TOKEN(client key)"
APIAI_SESSION_ID="YOUR APIAI_SESSION_ID(client secret key)"

Then run

yarn run dev

or

npm run dev

It works but as a reference, currently not sure APIAI_SESSION_ID is required after dialogflow api update.

References

This project is inspired from @react-boilerplate 's react-boilerplate , @girliemac 'sweb-speech-api

Author


Seunghun Lee

💻 📖 👀 📢
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].