This is a small but very essential feature for major brand. In this Web Application An authentication system is there in which you can register your face once and login with the same credentials again. As In the current time data is very important in every sector and this web Application will definitely help you to keep your data secure and safe.
🔗 Demo Video Link: https://youtu.be/FHChUpH-NI8
📌 Tech Stack Used
📌 Requirements
📌 Step By Step Flow
📌 Challenges Faced And Learning
📌 Next Step
- Clone the git repository.
git clone git@github.com:SrajanAgrawal/FAuth.git.
- Change Directory.
cd FAuth
- Create a Virtual Environment.
pip install virtualenv
python -m venv env
- Install All the requirements
pip install -r requirements.txt
- Migrate all changes.
python manage.py makemigrations
python manage.py migrate
- Run the Application.
python manage.py runserver