File size: 7,570 Bytes
f3d0444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
03b0e10
f3d0444
 
 
 
7f4b895
f3d0444
 
 
 
 
 
 
 
720df65
f3d0444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f4b895
f3d0444
7f4b895
f3d0444
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">

<head>
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>FaceOnLive OpenKYC</title>
    <link rel="shortcut icon" href="/static/img/favicon.ico">

    <!-- material icons -->
    <link
        href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
        rel="stylesheet">
    <!-- Font Awesome -->
    <link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet">
    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap" rel="stylesheet">
    <!-- Bootstrap core CSS -->
    <link href="/static/vendor/mdbootstrap/bootstrap.min.css" rel="stylesheet">
    <!-- Material Design Bootstrap -->
    <link href="/static/vendor/mdbootstrap/mdb.min.css" rel="stylesheet">
    <!-- other css library based on page -->

    <!-- global css -->
    <link href="/static/ui/scss/bundle.min.css" rel="stylesheet">
    <!-- css based on page -->
    <link rel="stylesheet" href="/static/ui/scss/ocr_type.css">


</head>

<body>

    <div class="wrapper">


        <!-- Page Loader -->
        <div class="loader">
            <div class="spinner-border" role="status">
                <span class="sr-only"></span>
            </div>
        </div>
        <!-- Header -->
        <header>

            <div class="header-left">
                <div class="container">

                </div>
            </div>
            <div class="header-middle">
                <div class="container">

                </div>
            </div>
            <div class="header-right">
                <div class="container">

                </div>
            </div>

        </header>
        <!-- Content -->
        <main>


            <form method="post" id="form-intro" autocomplete="off">
                <input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
                <div class="row page-header">
                    <div class="col-lg-12 text-center">
                        OpenKYC Introduction
                    </div>
                </div>
                <div class="row page-subheader">
                    <div class="col-12">
                        <div class="default-container">
                            <p class="mb-0">
                                <h5>Contributions welcome on <a href="https://github.com/FaceOnLive/OpenKYC" target="_blank" rel="noopener noreferrer">Github.</a><br/>
                                Join our <a href="https://join.slack.com/t/faceonlive/shared_invite/zt-2drx19c5t-vQsR4TUGPD8oL7i7BXdKZA" target="_blank" rel="noopener noreferrer">Slack</a> to discuss and get support.</h5>
                            </p>
                            <p class="mb-0">
                                <h5>Steps to setup project (using Free FaceOnLive RapidAPIs)</h5>
                            </p>
                            <ol class="mb-0 pl-3">
                                <li>Please subscribe following 3 RapidAPIs(Free) and get X-RapidAPI-Key there.<br/>
                                    <a href="https://rapidapi.com/faceonlive-inc-faceonlive-inc-default/api/id-document-recognition2/" target="_blank" rel="noopener noreferrer">ID Document Recognition</a><br/>
                                    <a href="https://rapidapi.com/faceonlive-inc-faceonlive-inc-default/api/face-liveness-detection3/" target="_blank" rel="noopener noreferrer">Face Liveness Detection</a><br/>
                                    <a href="https://rapidapi.com/faceonlive-inc-faceonlive-inc-default/api/face-recognition26/" target="_blank" rel="noopener noreferrer">Face Recognition</a>
                                </li>
                                <li>Set X-RapidAPI-Key as environment variable named API_KEY.</li>
                                <li>Install python packages from requirements.txt and run "python app.py".</li>
                            </ol>
                            <br/>
                            <p class="mb-0">
                                <h5><a href="mailto:[email protected]">Contact us</a> for On-Premise deployment</h5>
                            </p>
                            <p class="mb-0">
                                <h5>This project is community project supported by <a href="https://faceonlive.com" target="_blank" rel="noopener noreferrer">FaceOnLive</a>.</h5>
                            </p>
                            <br/>
                            <p class="mb-0">
                                <h6>* For security and privacy, kindly refrain from uploading sensitive information on this platform.</h6>
                            </p>
                            <a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FOpenKYC"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FOpenKYC&labelColor=%23f47373&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>
                        </div>
                    </div>
                </div>
                <div class="row page-content">
                    <div class="col-lg-12">
                    </div>
                </div>
                <div class="row page-footer">
                    <div class="col-6">
                        <a href="https://faceonlive.com" class="btn btn-outline-primary btn-side px-3" target="_blank" rel="noopener noreferrer">Learn More</a>
                    </div>
                    <div class="col-6">
                        <a href="/id_type/" class="btn btn-primary btn-side px-3">Start</a>
                    </div>                    
                </div>
            </form>

        </main>
        <!-- Footer -->
        <footer>

            <div class="container powered">
                <img src="/static/img/faceonlive.png" width="42" />&emsp;
                <div>
                    <span class="text-c-neutral">Powered by</span><br />
                    <a href="https://www.faceonlive.com" target="_blank" rel="noopener noreferrer">FaceOnLive</a>
                </div>
            </div>

        </footer>

        <!-- Error Modal -->


    </div>
    <!-- django js translation -->
    <script type="text/javascript" src="/static/jsi18n.js"></script>
    <!-- data js -->


    <!-- JQuery -->
    <script type="text/javascript" src="/static/vendor/mdbootstrap/jquery.min.js"></script>
    <!-- Bootstrap tooltips -->
    <script type="text/javascript" src="/static/vendor/mdbootstrap/popper.min.js"></script>
    <!-- Bootstrap core JavaScript -->
    <script type="text/javascript" src="/static/vendor/mdbootstrap/bootstrap.min.js"></script>
    <!-- MDB core JavaScript -->
    <script type="text/javascript" src="/static/vendor/mdbootstrap/mdb.min.js"></script>
    <!-- other js library based on page -->


    <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>

    <!-- global js -->
    <script type="text/javascript" src="/static/ui/js/base.js"></script>
    <!-- js based on page -->
    <script type="text/javascript" src="/static/ui/js/ocr_type.js"></script>
</body>

</html>