Krish Patel
commited on
Commit
·
3088d34
1
Parent(s):
c982962
Updated ReadMe
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
1. Clone the repository
|
8 |
```bash
|
9 |
-
git clone https://
|
10 |
```
|
11 |
2. Navigate to the project directory
|
12 |
```bash
|
@@ -29,4 +29,6 @@ npm run dev
|
|
29 |
```bash
|
30 |
uvicorn app:app --reload
|
31 |
```
|
32 |
-
7. Open the frontend in your browser and start using the application
|
|
|
|
|
|
6 |
|
7 |
1. Clone the repository
|
8 |
```bash
|
9 |
+
git clone https://huggingface.co/HeheBoi0769/Fact_Checker
|
10 |
```
|
11 |
2. Navigate to the project directory
|
12 |
```bash
|
|
|
29 |
```bash
|
30 |
uvicorn app:app --reload
|
31 |
```
|
32 |
+
7. Open the frontend in your browser and start using the application
|
33 |
+
8. Press on "Get Started" button on the home page to start the fact checker
|
34 |
+
9. Navigate to "/deepfake" route to run the deepfake detection module
|