Steph254 commited on
Commit
978c09a
·
verified ·
1 Parent(s): e263de1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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"}'