Yeetek commited on
Commit
431637a
·
verified ·
1 Parent(s): 36b6743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,11 +1,14 @@
1
- ---
2
- title: Insightflow
3
- emoji: 🏆
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: docker
7
- pinned: false
8
- license: apache-2.0
9
- ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Czech BERTopic Segmenter API
 
 
 
 
 
 
 
 
2
 
3
+ This Hugging Face Space runs BERTopic segmentation for Czech interviews.
4
+
5
+ ## Endpoint
6
+ POST `/segment-topics`
7
+
8
+ ### Payload:
9
+ ```json
10
+ {
11
+ "texts": ["sentence1", "sentence2", ...],
12
+ "starts": [1.0, 2.3, ...],
13
+ "ends": [2.3, 4.1, ...]
14
+ }