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</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> |