Autoflow is a personal assistant that allows you to automate your workflow easily through voice commands.
- User input is recorded as voice, and through text to speech is converted into a text query.
- The text queries are passed through our syntax analyzer which breaks down constituent components.
- Each component is then passed through our intent parser. This is trained using ntlkt's POS tagging to identify the noun,verb etc.. of each component.
- After classifying the target API then add this parsed component into a language constructor which builds a specification that can be sent to the dispatcher.
- The dispatcher parses the specification and recursively calling relevent APIs, QueryParsers and other endpoints.
note that the API and the web server are intended to be dockerized
cd website
npm install
node app.js
Which should start up your server on localhost:3030
To run the API service, place a .env
file in the root folder with the relevant API keys.
Sample configuration.
TWILIO_ACCOUNT_SID=YOURSIDHERE
TWILIO_AUTH_TOKEN=YOURAUTHHERE
Then start up the API service
cd API
npm install
node index.js
Which should start up the API service on localhost:3000
- Mostofa Adib Shakib
- Anthony Lowhur
- Bokang Jia.
- Aditya Pethe
Finalist and Winner of HackPrinceton's Title Sponsor