File size: 3,290 Bytes
7b16419
 
 
 
 
 
 
 
ae2aa09
7b16419
 
 
 
 
 
1c42800
7b16419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3358461
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
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>SmartDoc AI</title>
  <link rel="stylesheet" href="static/styles/index.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>
  <header>
    <div>
      <a href="/">SmartDoc AI </a>
    </div>
  </header>
  <main>
    <section class="hero">
      <img src="static/assests/g.svg" />
      <div class="hero-content">
        <h3>Welcome to SmartDoc AI</h3>
        <h1>
          Your All-in-one Tool for <br />document Summerization ,Image
          Interpretation <br />and Data Visualisation
        </h1>
        <div class="buttons">
          <a href="#features">get started</a>
          <a href="#about">learn more</a>
        </div>
      </div>
    </section>

    <section id="about" class="about">
      <img src="static/assests/Ilust.svg" />
      <img src="static/assests/Ilust.svg" />
      <div class="about-content">
        <h1 class="title">About SmartDoc AI</h1>
        <p>
          at SmartDoc AI ,we believe in empowering individuals and businesses
          with cutting-edge technology.Our mission is to streamline workflows
          by providing tools that are simple , efficient ,and reliable. Built
          with advanced AI Algorithms, our platform ensures accuracy and speed
          in every task.
        </p>
      </div>
    </section>
    <section id="features" class="features">
      <img src="static/assests/g.svg" />
      <div class="features-content">
        <h1 class="title">What can SmartDoc AI Do ?</h1>
        <div class="features-wrapper">
          <div class="feature">
            <i class="fas fa-file"></i>
            <h2>Document Summerization in Seconds</h2>
            <p>
              Upload Your document and let our AI generate concise summaries
              while retaining key information.
            </p>
            <div class="btn-wrapper">
              <a href="/summarization" class="btn">Try Now</a>
            </div>
          </div>
          <div class="feature">
            <i class="fa fa-image"></i>
            <h2>Interpret Images <br />with Ease</h2>
            <p>
              Upload images and our AI will analyze and describe their
              content,making visual data more accessible.
            </p>
            <div class="btn-wrapper">
              <a href="/imageinterpretation" class="btn">Try Now</a>
            </div>
          </div>
          <div class="feature">
            <i class="fa fa-chart-line"></i>
            <h2>
              Transform Data <br />
              into Visual Insights
            </h2>
            <p>
              Input raw data, and watch it transform into interactive charts
              and graphs for better understanding.
            </p>
            <div class="btn-wrapper">
              <a href="/datavisualisation" class="btn">Try Now</a>
            </div>
          </div>
        </div>
      </div>
    </section>
  </main>

  <footer>SmartDoc AI - 2025</footer>

  <script src="static/scripts/notification.js"></script>
</body>

</html>