- 14 Nov, 2019 1 commit
-
-
Kyle Anderson authored
The location for the database was the incorrect argument name, so renamed it.
-
- 10 Nov, 2019 3 commits
-
-
Kyle Anderson authored
Added a module to test the authentication manually with some pictures, as well as improved the way the authentication module works.
-
Kyle Anderson authored
The authenticate user script was letting anyone in, so have now fixed that hopefully. Still awaiting final testing.
-
Kyle Anderson authored
Realized that there were some problems with the authentication and common modules, so fixed them here.
-
- 08 Nov, 2019 1 commit
-
-
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 3 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.
-
- 29 Oct, 2019 2 commits
-
-
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.
-
- 28 Oct, 2019 3 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.
-
- 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 2 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.
-