Spaces:
Running
Running
<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> |