Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyazyx authored May 23, 2023
1 parent 2aa1b62 commit 1d21176
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,41 @@ Commands To Run
```
pip install opencv-contrib-python
```
```
pip install numpy
```
```
pip install pandas
```
```
pip install Pillow
```
```
pip install pytest-shutil
```
```
pip install python-csv
```
```
pip install yagmail
```
```
pip install -r requirements.txt
```
```
python -m venv env
```
```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```
```
.\env\Scripts\activate
```
```
python main.py
```

--------------------------------------------------------------------------------------------------------
-------
Output:
--------------------------------------------------------------------------------------------------------
![image](https://github.com/Riyazyx/Face-Recognition-Attendance-System-Project/assets/128406370/563929dc-9393-4b0d-a195-76d1e83d97b8)
--------------------------------------------------------------------------------------------------------
-------
![Screenshot 2023-05-23 192648](https://github.com/Riyazyx/Face-Recognition-Attendance-System-Project/assets/128406370/b7ebd6f5-d42b-4f2b-81e2-fba5e69c293f)

0 comments on commit 1d21176

Please sign in to comment.