Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prodev717 authored Nov 15, 2024
1 parent 5ae9dfe commit b1b6c63
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Developed using **OpenCV**, **Mediapipe**, **FastAPI**, and **Selenium**, the ap
1. [Features](#features)
2. [Technologies Used](#technologies-used)
3. [How It Works](#how-it-works)
4. [App demo](#app-demo)
5. [Contributors](#contributors)
6. [Note](#note)
4. [Installation](#installation)
5. [App demo](#app-demo)
6. [Contributors](#contributors)
7. [Note](#note)

---

Expand Down Expand Up @@ -84,7 +85,19 @@ Developed using **OpenCV**, **Mediapipe**, **FastAPI**, and **Selenium**, the ap

---

## Installation

### Execute the following commands in your command prompt or terminal
bash'''
git clone https://github.com/prodev717/Examify.git
cd Examify
pip install -r requirements.txt
python main.py'''

---

## App demo

![](demo.gif)

---
Expand Down

0 comments on commit b1b6c63

Please sign in to comment.