All Projects → Harkishen-Singh → Jarvis-personal-assistant

Harkishen-Singh / Jarvis-personal-assistant

Licence: other
Comfort of a personal assistant for Linux systems. Currently features native google, yahoo, bing searches, weather conditions, videos from youtube and looking up for images as well, all in a very reliable structure and UI.

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Jarvis-personal-assistant

core
WIP - A personal life helper providing solutions and happiness
Stars: ✭ 17 (-62.22%)
Mutual labels:  personal-assistant, jarvis
Kalliope
Kalliope is a framework that will help you to create your own personal assistant.
Stars: ✭ 1,509 (+3253.33%)
Mutual labels:  personal-assistant, jarvis
Projectalice
Main repository of Project Alice, contains main unit source code
Stars: ✭ 189 (+320%)
Mutual labels:  modular, personal-assistant
Pencil.js
✏️ Nice modular interactive 2D drawing library
Stars: ✭ 204 (+353.33%)
Mutual labels:  modular
Xflegoviper
🚀 A seamless framework for build app from MVC, MVVM, VIPER (etc.) design pattern in iOS world. (OC & Swift)
Stars: ✭ 215 (+377.78%)
Mutual labels:  modular
documentify
Modular HTML bundler
Stars: ✭ 47 (+4.44%)
Mutual labels:  modular
vade-mecum-shelf
Collection of vade mecum-like utilities wrapped into one single app, built with Electron.
Stars: ✭ 33 (-26.67%)
Mutual labels:  modular
Elli
Simple, robust and performant Erlang web server
Stars: ✭ 194 (+331.11%)
Mutual labels:  modular
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (-26.67%)
Mutual labels:  modular
slopShell
the only php webshell you need.
Stars: ✭ 208 (+362.22%)
Mutual labels:  modular
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+308.89%)
Mutual labels:  modular
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+393.33%)
Mutual labels:  modular
nitroml
NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Stars: ✭ 40 (-11.11%)
Mutual labels:  modular
Litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
Stars: ✭ 2,735 (+5977.78%)
Mutual labels:  modular
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-33.33%)
Mutual labels:  modular
Ios Nbuimagepicker
Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
Stars: ✭ 196 (+335.56%)
Mutual labels:  modular
fylgja
The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.
Stars: ✭ 65 (+44.44%)
Mutual labels:  modular
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (+453.33%)
Mutual labels:  modular
Golog
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
Stars: ✭ 208 (+362.22%)
Mutual labels:  modular
mSAT
A modular sat/smt solver with proof output.
Stars: ✭ 91 (+102.22%)
Mutual labels:  modular

Jarvis-Personal-Linux-Assistant

Build Status

dfsdf

Introduction

The project aims to develop a personal-assistant for Linux-based systems. Jarvis draws its inspiration from virtual assistants like Cortana for Windows, and Siri for iOS. It has been designed to provide a user-friendly interface for carrying out a variety of tasks by employing certain well-defined commands. Users can interact with the assistant either through voice commands or using a keyboard input.

Update with the project

The project service has been revamped using NodeJS. To have a look on the project and start contributing visit the branch node-master branch in the same repository or click here.

Deployment

The backend has been deployed in Heroku.

The link to the API for GoLang based service is:

https://assistant-jarvis.herokuapp.com/

The link to the API for Node based service:

https://assistant-jarvis-node.herokuapp.com/

Getting Started

To know the steps to install and run the project see INSTALL.md

Starting Jarvis in development mode

Installation:

  1. Install all dependencies: make install-all

Update dependencies: make update

Run Jarvis:

  1. Run service: make run
  2. Run the desktop app: make views

To get started with your contributions for Jarvis-personal-assistant see CONTRBUTING.md

Explanatory Video

Jarvis explanatory video

What Jarvis can do?

As a personal assistant, Jarvis assists the end-user with day-to-day activities like general human conversation, searching queries in google, bing or yahoo, searching for videos, retrieving images, live weather conditions, word meanings, searching for medicine details, health recommendations based on symptoms and reminding the user about the scheduled events and tasks. The user statements/commands are analysed with the help of machine learning to give an optimal solution.

Desktop Application

Introduction

The project aims to develop a personal-assistant for Linux-based systems. Jarvis draws its inspiration from virtual assistants like Cortana for Windows, and Siri for iOS. It has been designed to provide a user-friendly interface for carrying out a variety of tasks by employing certain well-defined commands.

This is the desktop version of jarvis personal assistant. Click here to view the repository of server.

Installation Instructions

🔧 Techology stack

  • Frontend AngularJS,ElectronJS

🚀 Features

Queries from web
In order to make queries from different search engines, the given format should be adopted. For making queries from google Google your query
Similarly for yahoo and bing.
i.e. google APJ Abdul Kalam

Accessing youtube videos
In order to access videos from youtube format is,
Youtube “video you want to search for”
i.e. youtube Sandeep Maheshwari

Get weather for a location
To get the weather at any location format is,
Weather city state
i.e. weather Bhubaneswar Odisha

Retrieve images
For retrieving images format is,
Image “image you want to search”
i.e. image "M S Dhoni"

Dictionary meaning
For getting meaning of a word format is,
meaning "word you are searching for"
i.e. meaning ecstasy

Get medicine details
For getting details about any specific medicine, format is
medicine "name of the medicine"
i.e. medicine paracetamol

Retrack causes of symptoms
For retracking causes of symptoms, format is
symptoms "disease/ailment"
i.e. symptoms headache

Set Reminders
In order to set reminder type
set reminder
and fill in the necessary details.
i.e. set reminder

Sending Emails
In order to send email, format is
send email
and fill in the necessary details to send the email.
i.e. send email

Deploy at heroku
In order to deploy, the github repo should be provided with proper Procfile config,
deploy
i.e. deploy move-hack-angular

Medicine Details
Get the complete details of the medicine, including :

  1. Indications
  2. Contradictions
  3. Trade/Brand Names
  4. Indications
  5. Dosage
  6. Process of consumption
  7. Warnings and Precautions related to the medicine
  8. Storage conditions

Medicine Help based on symptoms
List your noticed symptoms and get immediate help on the medicines that could be taken.

DFD explaining the data flow in the software:

DFd expalining data flow

🔧 Tech Stack

  • Front-end: Web: AngularJS, Desktop App: Electron + AngularJS
  • Back-end: GoLang

💻 Postman Documentation

Postman is a powerful HTTP client for testing web services. Postman makes it easy to test, develop and document APIs by allowing users to quickly put together both simple and complex HTTP requests.
Test the current APIs of Jarvis mentioned here on Postman - Postman Link

🏆 Achievements

Jarvis-personal-assistant has been selected many times in various coding programmes like

KWoC-2019 (Kharagpur Winter of Code)

JMoC-2019 (JIIT Month of Code)

GSSoC-2020 (GirlScript Summer of Code)

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].