Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 1.01 KB

File metadata and controls

34 lines (32 loc) · 1.01 KB

🥷 FDIAS : Face Detection & Intrusion Alert System

The Home Security System uses AI and video surveillance to enhance home safety by recognizing family members and detecting unrecognized individuals. It provides real-time alerts to homeowners, ensuring quick responses to unauthorized entries. This system offers continuous monitoring for a smarter, safer living environment.

🤖 Installation

  1. Create virtual environment using python
    python -m venv venv
    
  2. Enter virtual environment
    ./venv/Scripts/activate
    
  3. Install Required Packages
    pip install deepface
    pip install tf_keras
    pip install pyTelegramBotAPI
    pip install ultralytics
    pip install sort-track
    pip install python-dotenv
    
  4. Or instead of running each command, you can use requirement.txt
    pip install -r requirements.txt
    
  5. Create .env file & paste this content
    TOKEN=telegramtoken
    DEVICE=0
    

🧑‍💻 Team

  1. Harshit
  2. Rishabh Yadav