Head over to registration branch for students registration
Head over to chrome_extension branch for Chrome Extension installation on local system instructions
Head over to dashboard branch to view the dashboard for overall attendance of students
- Setup virtual environment --
virtualenv <venv>
-- Source - Activate virtual environment --
source <venv>/bin/activate
pip install dlib
orconda install -c conda-forge dlib
pip3 install face_recognition
orconda install -c conda-forge face_recognition
pip3 install opencv-python
orconda install -c conda-forge opencv
pip3 install pyrebase
pip install mysql-connector-python
pip3 install streamlit
orconda install -c conda-forge streamlit
streamlit run stapp.py