Game4all commited on
Commit
c053f8a
·
verified ·
1 Parent(s): c19037b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
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
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
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))