File size: 3,705 Bytes
7b16419
 
 
 
 
 
 
 
3358461
6c3c19b
7b16419
 
 
3358461
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
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-Summarization</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>

  <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>Summarize Your Documents <br />in Seconds</h1>
        <h3>Effortlessly extract key insights from Documents</h3>
        <p>
          Our AI-powered summarization tool processes lengthy generates
          concise summaries , saving your time and effort . Perfect for
          students , researchers , and professionals.
        </p>
      </div>
    </section>
    <section class="raisons">
      <div class="container raisons-content">
        <h1 class="title">Why Choose Our Summarization Tool ?</h1>
        <div class="raisons-wrapper">
          <div class="raison">
            <i class="fas fa-check-circle"></i>
            <p>Fast and accurate summarization</p>
          </div>
          <div class="raison">
            <i class="fas fa-check-circle"></i>
            <p>Retains key information and context</p>
          </div>
          <div class="raison">
            <i class="fas fa-check-circle"></i>
            <p>Supports multiple file formats</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 document</p>
          </div>
          <div class="step">
            <span>2</span>
            <p>Let our AI analyze the content</p>
          </div>
          <div class="step">
            <span>3</span>
            <p>Downlaod or copy the summarized text</p>
          </div>
        </div>
      </div>
    </section>

    <section class="upload">
      <div class="container upload-content">
        <h1 class="title">Upload</h1>
        <p>Supported Formats: DOCX ,PDF, PPTX,XLSX</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="summerize">Summarize</button>
          </div>
        </form>
      </div>
    </section>

    <section class="summary" id="summary">
      <div class="container summary-content">
        <h1 class="title">Summary</h1>
        <div class="summary-wrapper">
          <i class="fas fa-download" id="btn-download"></i>
          <p class="text-wrapper"></p>
        </div>
      </div>
    </section>
  </main>

  <footer>SmartDoc AI - 2025</footer>
  <div class="notifications">
  </div>
  <script src="static/scripts/summerize.js"></script>
</body>

</html>