Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom: yellow
|
| 5 |
-
colorTo: gray
|
| 6 |
-
sdk: static
|
| 7 |
-
pinned: false
|
| 8 |
-
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: README
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
|
| 10 |
+
|
| 11 |
+
## APIs
|
| 12 |
+
|
| 13 |
+
- `3GPPDocFinder` : Search indexed 3GPP documents by their ID or using keywords. ([documentation](https://organizedprogrammers-3gppdocfinder.hf.space/docs))
|
| 14 |
+
- `3GPPSpecSplitter` : Retrieve contents of indexed 3GPP documents. ([documentation](https://organizedprogrammers-3gppspecsplitter.hf.space/docs))
|
| 15 |
+
- `FastAPI_KIG` : Generate key issues, evaluate problematic specificity, and generate problem descriptions. ([documentation](https://organizedprogrammers-fastapi-kig.hf.space/docs))
|
| 16 |
+
- `Ptt Endpoints` : API for patentability tools (searching prior art, evaluating document novelty).
|
| 17 |
+
- `SERPent` : Search multiple sources (DuckDuckGo, Bing, arXiv, Google Patents) for documents. ([documentation](https://organizedprogrammers-serpent.hf.space))
|