Face Recognition Algorithm Using EigenFaces
Describe your change:
I have added a face recognition algorithm, implemented using numpy and matrix algebra. It is a .ipynb file, and the code can also be run via the google colab link shared in the file. The algorithm and the detailed explanation has been included in the file itself.
- [x] Add an algorithm?
- [ ] Fix a bug or typo in an existing algorithm?
- [ ] Documentation change?
Checklist:
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized.
- [x] I know that pull requests will not be merged if they fail the automated tests.
- [x] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
- [x] All new Python files are placed inside an existing directory.
- [x] All filenames are in all lowercase characters with no spaces or dashes.
- [x] All functions and variable names follow Python naming conventions.
- [ ] All function parameters and return values are annotated with Python type hints.
- [ ] All functions have doctests that pass the automated testing.
- [x] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
- [x] If this pull request resolves one or more open issues then the commit message contains
Fixes: #{$ISSUE_NO}.
This is a submission required for #Hactoberfest. The tests are failing might be due to .py file. The collab notebook, whose link has been included in the file is running perfectly.
@cclauss is it permitted to copy other's project and paste it just mentioning the source? Because it seems the whole code here is just directly copied from here.
@cclauss is it permitted to copy other's project and paste it just mentioning the source? Because it seems the whole code here is just directly copied from here.
yes that google Collaboratory is also mine. I originally wrote the code there, but since there is no way to upload .ipynb files in this repo, I downloaded that as a .py and uploaded it here.
thanks for all the suggestions, I'll change them as soon as possible.
Moved to https://github.com/TheAlgorithms/Jupyter/pull/86 and merged! Thanks!
@cclauss is it permitted to copy other's project and paste it just mentioning the source? Because it seems the whole code here is just directly copied from here.
yes that google Collaboratory is also mine. I originally wrote the code there, but since there is no way to upload .ipynb files in this repo, I downloaded that as a .py and uploaded it here.
thanks for all the suggestions, I'll change them as soon as possible.
Oh then it's alright. Thanks for contributing!