File size: 4,531 Bytes
7b16419
 
 
 
 
 
 
6c3c19b
3358461
6c3c19b
7b16419
 
 
3358461
 
7b16419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3358461
 
 
 
 
 
 
 
 
 
 
 
 
7b16419
 
6c3c19b
7b16419
 
 
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
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>SmartDoc AI-Image Interpretation</title>
    <link rel="stylesheet" href="static/styles/features.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" />
    <link rel="stylesheet" href="static/styles/notification.css" />
</head>

<body>
    <div class="notifications">
    </div>
    <header>
        <div class="container">
            <a href="/">SmartDoc AI </a>
        </div>
    </header>
    <main>
        <section id="hero" class="hero">
            <img src="static/assests/g.svg" alt="" />
            <div class="container hero-content">
                <h1>Unlock the Meaning Behind <br />Your Images in Seconds</h1>
                <h3>AI - powered analysis for visual content</h3>
                <p>
                    Whether you’re working with photos , diagrams , or illustrations ,
                    our image interpretation tool provides detailed descriptions and
                    insights , making visual data more accessible than ever.
                </p>
            </div>
        </section>
        <section class="raisons">
            <div class="container raisons-content">
                <h1 class="title">Why Choose Our Image Interpretation Tool ?</h1>
                <div class="raisons-wrapper">
                    <div class="raison">
                        <i class="fas fa-check-circle"></i>
                        <p>Accurate and detailed descriptions</p>
                    </div>
                    <div class="raison">
                        <i class="fas fa-check-circle"></i>
                        <p>Dentifies objects,scenes , and text within images</p>
                    </div>
                    <div class="raison">
                        <i class="fas fa-check-circle"></i>
                        <p>Ideal for accessibility and content creation</p>
                    </div>
                    <div class="raison">
                        <i class="fas fa-check-circle"></i>
                        <p>Secure and private processing</p>
                    </div>
                </div>
            </div>
        </section>
        <section class="steps">
            <img src="static/assests/g.svg" alt="" />
            <div class="steps-content">
                <h1 class="title">How it works</h1>
                <div class="steps-wrapper">
                    <div class="step">
                        <span>1</span>
                        <p>Upload your Image</p>
                    </div>
                    <div class="step">
                        <span>2</span>
                        <p>Let our AI analyze the content</p>
                    </div>
                    <div class="step">
                        <span>3</span>
                        <p>View Detailed description or tags</p>
                    </div>
                </div>
            </div>
        </section>
        <section class="upload">
            <div class="container upload-content">
                <h1 class="title">Upload</h1>
                <p>Supported Formats: PNG,JPG,JPEG</p>
                <form class="wrapper" enctype="multipart/form-data">
                    <div class="input-wrapper">
                        <label for="document-input" id="label-input" class="active" draggable="true">
                            <input type="file" id="document-input" hidden />
                            <i class="fa fa-cloud-arrow-up"></i>
                            <span>Drag and Drop or Select a File</span>
                        </label>
                    </div>
                    <div class="file-container"></div>
                    <div class="btn-wrapper">
                        <button type="submit" id="interpret">Interpret</button>
                    </div>
                </form>
            </div>
        </section>
        <section id="result_img" class="result_img">
            <div class="container result-content">
                <h1 class="title">Result</h1>
                <div class="img-wrapper">

                </div>

                <h3>Description : </h3>
                <p class="result-text">
                </p>

            </div>
        </section>
    </main>
    <footer>SmartDoc AI - 2025</footer>
    <script src="static/scripts/image_iterpretation.js"></script>
</body>

</html>