- 10 Nov, 2019 3 commits
-
-
Kyle Anderson authored
The authenticate user script was letting anyone in, so have now fixed that hopefully. Still awaiting final testing.
-
Kyle Anderson authored
The electron app will be interacting with the interface module over the standard input, so arguments have been added for this.
-
Kyle Anderson authored
Realized that there were some problems with the authentication and common modules, so fixed them here.
-
- 08 Nov, 2019 2 commits
-
-
Kyle Anderson authored
Added a python module which just acts as an interface for the UI application.
-
Kyle Anderson authored
Made some small changes to certain things that wouldn't be necessary in common anymore. Although, this will break some of the stuff that I was attempting to do before.
-
- 07 Nov, 2019 4 commits
-
-
Kyle Anderson authored
-
Kyle Anderson authored
The old register-user and authentication systems have been reworked a little bit, working towards finalizing the authentication. Big problem now is that it seems to recognize anyone as anyone, so not great authentication.
-
Kyle Anderson authored
Worked on the new deep learning model, but now realizing that it won't really work well for our application, so I'm switching to the older way of doing it.
-
Kyle Anderson authored
Updated the gitignore to work with Pycharm properly. Lot of stuff on it now.
-
- 03 Nov, 2019 1 commit
-
-
Kyle Anderson authored
The new register user, using custom methods, appears to work nicely from basic testing. Will continue with other things now.
-
- 29 Oct, 2019 5 commits
-
-
Kyle Anderson authored
Merge branch 'master' of https://git.uwaterloo.ca/se101-team-flex/face-recognition into user-registration
-
Kyle Anderson authored
Initial user authentication See merge request !1
-
Kyle Anderson authored
Now using the cv2 video stream instead of the imUtils one, since it seems to be a little less latent.
-
Kyle Anderson authored
The registering and authentication of users now works together nicely. Will continue with making it more efficient and integration with the react side.
-
Kyle Anderson authored
The data handler was writing the wrong way. I was still using the file.write method, even though pickle.dump does the job on its own, so once I removed that things started working agian.
-
- 28 Oct, 2019 4 commits
-
-
Kyle Anderson authored
The register user functionality isn't quite working, doesn't save to the database properly. Will continue working on this.
-
Kyle Anderson authored
Still preparing for user registration stuff. Made some changes to authentication to make some of its general methods available for the user registration module as well.
-
Kyle Anderson authored
Had something that I had meant to remove before committing last. Removed it now.
-
Kyle Anderson authored
Added the gitignore that is required in order to ignore the data set, which would be bad to commit since then we'd be uploading the facial recognition profile of users.
-
- 27 Oct, 2019 2 commits
-
-
Kyle Anderson authored
The most basic version of authenticate user is working to identify me nicely. Still need to tune everything, fixup the debugging stuff and actually make the script to generate the encodings that will be used.
-
Kyle Anderson authored
Just did some small refactorings on some of the files.
-
- 26 Oct, 2019 1 commit
-
-
Kyle Anderson authored
Just fixing up some of the basic errors that were in the authenticate user file. Still untested, no idea if it will work.
-
- 24 Oct, 2019 3 commits
-
-
Kyle Anderson authored
The user authentication has been made. In theory it should work, but also it's untested and may even have syntax errors. Just committing what I have right now.
-
Kyle Anderson authored
Added the two programs that will be mainly used by the UI. So far they are just docstrings.
-
Kyle Anderson authored
Just added a readme to the repo with barely any info in it.
-