Spaces:
Sleeping
Sleeping
Merge branch 'sandramsc-dev' of https://github.com/sandramsc/DocVerifyRAG into sandramsc-dev
Browse files
README.md
CHANGED
|
@@ -23,9 +23,8 @@
|
|
| 23 |
|
| 24 |
</details>
|
| 25 |
|
| 26 |
-
##
|
| 27 |
-
|
| 28 |
-
[link](https://link.com)
|
| 29 |
|
| 30 |
## Screenshots
|
| 31 |
|
|
@@ -57,17 +56,35 @@
|
|
| 57 |
|
| 58 |
### Install locally
|
| 59 |
|
|
|
|
|
|
|
| 60 |
1. Clone the repository:
|
| 61 |
```bash
|
| 62 |
$ git clone https://github.com/eliawaefler/DocVerifyRAG.git
|
| 63 |
```
|
| 64 |
|
| 65 |
-
2. Navigate to the
|
| 66 |
```bash
|
| 67 |
-
$ cd DocVerifyRAG
|
| 68 |
```
|
| 69 |
|
| 70 |
3. Install dependencies:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
```bash
|
| 72 |
$ pip install -r requirements.txt
|
| 73 |
```
|
|
|
|
| 23 |
|
| 24 |
</details>
|
| 25 |
|
| 26 |
+
## TRY the prototype
|
| 27 |
+
[DocVerifyRAG](https://docverify-rag.vercel.app)
|
|
|
|
| 28 |
|
| 29 |
## Screenshots
|
| 30 |
|
|
|
|
| 56 |
|
| 57 |
### Install locally
|
| 58 |
|
| 59 |
+
#### Step 1 - Frontend
|
| 60 |
+
|
| 61 |
1. Clone the repository:
|
| 62 |
```bash
|
| 63 |
$ git clone https://github.com/eliawaefler/DocVerifyRAG.git
|
| 64 |
```
|
| 65 |
|
| 66 |
+
2. Navigate to the frontend directory:
|
| 67 |
```bash
|
| 68 |
+
$ cd DocVerifyRAG/frontend
|
| 69 |
```
|
| 70 |
|
| 71 |
3. Install dependencies:
|
| 72 |
+
```bash
|
| 73 |
+
$ npm install
|
| 74 |
+
```
|
| 75 |
+
4. Run project:
|
| 76 |
+
```bash
|
| 77 |
+
$ npm run dev
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
#### Step 2 - Backend
|
| 81 |
+
|
| 82 |
+
1. Navigate to the backend directory:
|
| 83 |
+
```bash
|
| 84 |
+
$ cd DocVerifyRAG/backend
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
2. Install dependencies:
|
| 88 |
```bash
|
| 89 |
$ pip install -r requirements.txt
|
| 90 |
```
|