Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down