ugroot / GROOT

GROOT: Welcome to my source code, I'm your personal assistant
Mozilla Public License 2.0
27 stars 28 forks source link

Master Face Recognition (Deep Learning) #41

Open plusminuschirag opened 5 years ago

plusminuschirag commented 5 years ago

Using Facial Recognition to be applied as a security system in Groot.

plusminuschirag commented 5 years ago

I will take up this issue. Please assign it to me.

omi10859 commented 5 years ago

Setting up facial lock on Groot. But why?

plusminuschirag commented 5 years ago

To fully use cache mechanism and avoid logging in multiple times in same session.

plusminuschirag commented 5 years ago

Any Update @omi10859

omi10859 commented 5 years ago

Normal Groot will be used in the system and everyone uses screen locks and anyway Groot doesn't have any sensitive data for now.

lalitmee commented 5 years ago

Yeah, I think locking Groot doesn't make sense since it doesn't have any information to hide. @iamchiragsharma, I think if you can tell your main idea behind the feature that would be a great help in understanding what you are trying to say?

plusminuschirag commented 5 years ago

@lalitmee @omi10859 We are using credentials for google drive in the note making feature. All of the apis which are going to make Groot easy for the user will be holding credentials. There are two problems right now:

  1. Every time we create note we create new instance of authorization. We can leverage authorization as one time using Face Detection. So for a single line note you have to login again and again.
  2. If we extend this to use various apis. This feature is going to act as single log-in for all the accounts.