File size: 948 Bytes
aabae8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44e12ff
 
 
 
aabae8d
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
DOC_SWAGGER = {
    "title": "GDSC AI Service",
    "description": "GDSC AI Back-end Service",
    "version": "0.0.1",
    "openapi": "3.0.2",
    "info": {
        "title": "GDSC AI Service",
        "description": "GDSC AI Back-end Service",
        "version": "0.0.1"
    },
    "docs_url": "/",
    "openapi_tags": [
        {
            "name": "rembg",
            "description": "Remove background from image"
        },
        {
            "name": "img2text",
            "description": "Extract text from image"
        },
        {
            "name": "chats",
            "description": "Chat with AI"
        },
        {
            "name": "fd",
            "description": "Detect faces from image"
        },
        {
            "name": "vqa",
            "description": "Answer questions from image"
        },
        {
            "name": "fw",
            "description": "Foward request to other services"
        }
    ]
}