Django-Firebase app for improving Security Systems in housing societies using Face Recognition and IOT
-
Get your society registered with the application . Once the society is registered you have the permission to assign one account to every flat in the society as the admin of that house.
-
Now the admin has the powers to register his house members. These members will be verified by the secretary before registration.
-
Once the registrations are done , every admin will be able to keep a watch on the people who have come to visit him and he has the power to permit them inside or reject them.
-
Now the admin will have to also register a watchman who will recieve live notifications whom to permit and whom to reject.
Link to the IOT source code and setup : here
- Create a project here
- Download the credentials.json from firebase project settings. Paste the path to credentials here
- Get the firebase SDK snippet from firebase project settings. Paste it here and here
- Create a virtual environment with
python3 -m virtualenv yourenv
- Navigate to the project directory and install the requirements with
pip3 install -r requirements.txt
- Make migrations with
python3 manage.py migrate
- Run server with
python3 manage.py runserver