Skip to content

alpha-0.1-Jarvis Personal Assistant

Pre-release
Pre-release
Compare
Choose a tag to compare
@muskankhedia muskankhedia released this 12 Apr 19:38
· 262 commits to master since this release
24ef73d

Prerequisites:

  • NodeJS
  • NPM
  • Python2
  • GoLang (with proper Settings of the path of GOPATH and GOROOT)
  • MPlayer (recommended for text to speech)

Following have been implemented:

  1. Yahoo Search/ Bing Search (Under Web Queries)
  2. Weather forecasting
  3. Image search from google
  4. Youtube videos search
  5. Meanings of words
  6. Medicine Details
  7. Medicine Help based on symptoms
  8. Set reminders for Particular task

To run
./service for starting the background service
http-server inside the extracted view-jarvis zip file.
for installing http-server, make sure npm is installed. Then, execute the following command sudo npm install -g http-server