Skip to content

SrajanAgrawal/FAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FAuth (Microsoft Engage'22 Project based on Face Recognition)

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

 

📃Table of Contents

📌 Tech Stack Used
📌 Requirements
📌 Step By Step Flow
📌 Challenges Faced And Learning
📌 Next Step

🐱‍🚀Tech Stack Used

👩🏻‍💻Django + 👩🏻‍💻Python (For Server side programming).

👩🏻‍💻HTML + 👩🏻‍💻CSS + 👩🏻‍💻JS + 👩🏻‍💻Bootstrap (For Frontend).

✔Visual Studio Code(IDE)

 

🚀Requirements(Local Machine)

  • 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  

💢Note: Before moving further make sure that your virtualenv is activated.

  • 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

💫Step By Step Flow

FAuthGit1

FAuthGit2

FAuthGit3

FAuthGit4

💫Challenges Faced And Learnings

As Because I was not experienced well enough for creating this kind of projects🤔, So I found Many Difficulties in just doing that stuff(which can be very easy for others😎). But I tried to give my best✨

At the very first when I started exploring all the projects. I realized that with my currnet knowledge it is not possible to complete it, So I search about the relevant tech stack( Software engineering is a funny field. You work hard to solve a problem correctly, efficiently and elegantly. And once you do that you are no longer required). Then I started learning Django(A Web frameWork of python) and Completed my project using django and some API.

🚩Next Step

We Can grow this project.

Mail me your thoughts Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published