From 165cb549395c76c8017c4874b4933c430f7a7b4f Mon Sep 17 00:00:00 2001 From: Anushka Agarwal <87578160+anushka120302@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:23:04 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Readme.md b/Readme.md index 63b7803..da03536 100644 --- a/Readme.md +++ b/Readme.md @@ -8,12 +8,6 @@ This project is a web application that allows users to vote for their preferred To create the required database collections, refer to the `/server/Models` files after entering the URL in `/server/.env` line 2. -### Third-Party Email Verification 📧 - -To enable automatic email sending, add third-party verification to your email and register the app to get a secret key🔑. Then, add the email and password in `/server/.env`. - -For more detail: https://support.google.com/accounts/answer/185833 - ### Ganache⛓️ For free ethereum, install Ganache and add `/smart_contract/truffle-config.js` to your account to receive ten free accounts with 100 ETH. @@ -28,14 +22,6 @@ To compile the contract, open the command prompt and navigate to the `smart_cont After installing Ganache, compile the contract in `/smart_contract` using Truffle. Then, add the transaction address in `Client/utils/Constant.js`. Also, copy `/smart_contract/build/contracts/Transaction.json` and paste it in `Client/utils/Transaction.json` for ABI value. -### Python Script(required for face authentication)🐍 - -To install the necessary packages for the Python script, use the command `pip install opencv-python, numpy, os, face_recognition`. Add photos to `/Face` with the same username in use. To add a URL for photos, go to `/server/Controller/encoded.py` line 6. - -### Want to Enable/Disable Face Authentication ?🤔 - -Default value is false to enable/disable change `isFaceRecognitionEnable` in `Client/src/Data/Variable.jsx`.(Python Modules required) - ### Running the Web Application🌐 Follow the steps below to run the web application: