From a6e1ddd67f59f42803e431f18315227ab865bfb4 Mon Sep 17 00:00:00 2001 From: Swarup Kharul <65753949+SwarupKharul@users.noreply.github.com> Date: Sun, 26 Sep 2021 00:53:16 +0530 Subject: [PATCH 1/3] Update readme.md --- readme.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 3a3e741..a30f19c 100644 --- a/readme.md +++ b/readme.md @@ -3,10 +3,9 @@

-# FLO-IN - -FLO-IN is the smartest way to log in using facial recognition. +# FLO-IN +> FLO-IN is the smartest way to log in using facial recognition.
--- @@ -37,11 +36,10 @@ FLO-IN is an extension that recognises a user whenever he/she tries to Log-In an - Python 3.8 - Dlib -
+ ## 🏃‍♀️ Getting Started -
-

Running locally

+### Running locally - Clone the repository ``` @@ -56,7 +54,7 @@ pip install -r requirements.txt python manage.py runserver ``` -## Running this app using Docker +### Running this app using Docker You'll need to have [Docker installed](https://docs.docker.com/get-docker/). It's available on Windows, macOS and most distros of Linux. If you're new to @@ -111,7 +109,7 @@ docker run --name floin -d -p 8000:8000 floin:latest Visit in your favorite browser. -
+ ## 🙌 Contributions @@ -119,7 +117,7 @@ Visit in your favorite browser. - Make sure you follow the [community guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines)! - Have a feature request? Open an Issue! -
+ ## ⭐ Show your support @@ -127,7 +125,7 @@ Give a ⭐ if this tool made your life easier! Spread the word to your geek fellows to save their time! -
+ ## ✨ Contributors * [Vineet Raj](https://github.com/vinmik) From bad2da08f640867a7b3dac62140133639c37e295 Mon Sep 17 00:00:00 2001 From: Swarup Kharul <65753949+SwarupKharul@users.noreply.github.com> Date: Sun, 26 Sep 2021 00:57:52 +0530 Subject: [PATCH 2/3] Update readme.md --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a30f19c..8d3dbd8 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,16 @@ --- - +

+ + made-by-acm + + + + license + + +

FLO-IN is an extension that recognises a user whenever he/she tries to Log-In any of the accounts. The user who has registered his/her face will only be given the option to access the accounts. The face recognition will be done every time the user tries to access any of the accounts. Option to open the accounts via pattern is also provided. Hence, there is no need to Log-Out every time of the account to keep the data safe. Without any single click you can access your accounts as well as keep the account password protected. From 23f583626c1f6d483a5143ab103b77ef358043cc Mon Sep 17 00:00:00 2001 From: Swarup Kharul <65753949+SwarupKharul@users.noreply.github.com> Date: Sun, 26 Sep 2021 01:00:02 +0530 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9be828a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Student Technical Community — VIT Vellore + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.