This project is designed to detect roll numbers from live video feed, capture the frame with the best quality containing the roll number, and then send a WhatsApp notification to the corresponding student with their information using the student database.
-
Open your terminal or command prompt.
-
Navigate to your project directory.
-
Run the following code in the terminal/command prompt
pip install -r requirements.txt
-
Create a Twilio account if you don't have one already.
-
Obtain your Account SID, Auth Token, and Twilio phone number.
-
Create a
.env
file in the project directory. -
Add the following lines to the
.env
file and replace the placeholders with your Twilio credentials:TWILIO_ACCOUNT_SID=your_account_sid TWILIO_AUTH_TOKEN=your_auth_token TWILIO_PHONE_NUMBER=your_twilio_phone_number