Spaces:
Running
Running
Shreyas Meher commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ A web-based interface for ConfliBERT, a BERT-based model specialized in conflict
|
|
| 25 |
|
| 26 |
## Installation
|
| 27 |
|
| 28 |
-
# Requirements
|
| 29 |
|
| 30 |
**Required:**
|
| 31 |
- Python 3.8+
|
|
@@ -36,7 +36,7 @@ A web-based interface for ConfliBERT, a BERT-based model specialized in conflict
|
|
| 36 |
- PowerShell 5.0+ (Windows)
|
| 37 |
- Terminal (Mac)
|
| 38 |
|
| 39 |
-
# Installation Steps
|
| 40 |
|
| 41 |
1. Install Python:
|
| 42 |
- Download from [python.org](https://www.python.org/downloads/)
|
|
@@ -75,7 +75,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
|
|
| 75 |
pip install -r requirements.txt
|
| 76 |
```
|
| 77 |
|
| 78 |
-
### Requirements
|
| 79 |
|
| 80 |
- Python 3.8+
|
| 81 |
- PyTorch
|
|
|
|
| 25 |
|
| 26 |
## Installation
|
| 27 |
|
| 28 |
+
### Requirements
|
| 29 |
|
| 30 |
**Required:**
|
| 31 |
- Python 3.8+
|
|
|
|
| 36 |
- PowerShell 5.0+ (Windows)
|
| 37 |
- Terminal (Mac)
|
| 38 |
|
| 39 |
+
### Installation Steps
|
| 40 |
|
| 41 |
1. Install Python:
|
| 42 |
- Download from [python.org](https://www.python.org/downloads/)
|
|
|
|
| 75 |
pip install -r requirements.txt
|
| 76 |
```
|
| 77 |
|
| 78 |
+
### Package Requirements
|
| 79 |
|
| 80 |
- Python 3.8+
|
| 81 |
- PyTorch
|