Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,4 +17,11 @@ A simplified backend for the PieceFinder Computer Vision Proof of Concept, demon
|
|
| 17 |
|
| 18 |
1. **Install Dependencies**:
|
| 19 |
```bash
|
| 20 |
-
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
1. **Install Dependencies**:
|
| 19 |
```bash
|
| 20 |
+
pip install -r requirements.txt
|
| 21 |
+
2. **Run the Server**:
|
| 22 |
+
```bash
|
| 23 |
+
python main.py
|
| 24 |
+
|
| 25 |
+
3. **Test Endpoints**:
|
| 26 |
+
```bash
|
| 27 |
+
curl -X POST http://localhost:5000/segment -H "Content-Type: application/json" -d '{"image_base64":"BASE64_ENCODED_IMAGE"}'
|