Spaces:
Running
Running
File size: 5,289 Bytes
7b16419 180dc07 5631eda 7b16419 180dc07 9846280 180dc07 7b16419 180dc07 7b16419 180dc07 9846280 180dc07 7b16419 180dc07 9846280 180dc07 9846280 180dc07 9846280 180dc07 9846280 180dc07 9846280 180dc07 7b16419 180dc07 7b16419 180dc07 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 115 116 117 118 119 120 121 122 123 124 125 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SmartDoc AI - Intelligent Document Processing</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="shortcut icon" href="static/assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/styles/index.css">
</head>
<body>
<header>
<nav class="container">
<div class="logo ">
<a href="/">SmartDoc AI</a>
</div>
</nav>
</header>
<section id="home" class="hero ">
<div class="container">
<div class="hero-content ">
<h1>Transform Your Documents with AI</h1>
<p>SmartDoc AI helps you extract insights, summarize content, and visualize data from your documents
with advanced artificial intelligence.</p>
<div class="hero-buttons">
<a href="#functions" class="btn-primary">Try for Free</a>
<a href="#about" class="btn-secondary">Learn More</a>
</div>
</div>
<div class="hero-image">
<img src="static/assets/smart-home-3317440_1280.jpg" alt="SmartDoc AI Dashboard Preview">
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<div class="section-header">
<h2>About SmartDoc AI</h2>
<div class="underline"></div>
</div>
<div class="about-content">
<div class="about-image">
<img src="static/assets/technology-3435575_1280.jpg" alt="SmartDoc AI in action">
</div>
<div class="about-text">
<h3>Intelligent Document Processing</h3>
<p>SmartDoc AI is a cutting-edge document intelligence platform that leverages the latest
advancements in artificial intelligence to transform how you interact with documents and extract
valuable insights.</p>
<p>Our powerful AI engine can process various document formats, understand context, recognize
patterns, and present information in user-friendly formats, saving you hours of manual work.</p>
<p>Whether you're a researcher, business analyst, student, or professional, SmartDoc AI streamlines
your workflow by automating document analysis and helping you focus on what matters most.</p>
</div>
</div>
</div>
</section>
<section id="functions" class="functions">
<div class="container">
<div class="section-header">
<h2>What SmartDoc AI Can Do</h2>
<div class="underline"></div>
</div>
<div class="functions-grid">
<div class="function-card animate">
<div class="function-icon">
<img src="static/assets/journal-2850091_1280.jpg" alt="Text Summarization Icon">
</div>
<h3>Text Summarization</h3>
<p>Extract key points and generate concise summaries from lengthy documents, articles, and reports
with our advanced NLP algorithms.</p>
<a href="/summarization" class="function-link">Learn More →</a>
</div>
<div class="function-card animate">
<div class="function-icon">
<img src="static/assets/balls-1950487_1280.jpg" alt="Image Interpretation Icon">
</div>
<h3>Image Interpretation</h3>
<p>Analyze charts, graphs, diagrams, and visual content within documents to extract meaningful data
and insights automatically.</p>
<a href="/imageinterpretation" class="function-link">Learn More →</a>
</div>
<div class="function-card animate">
<div class="function-icon">
<img src="static/assets/graph-4737109_1280.jpg" alt="Data Visualization Icon">
</div>
<h3>Data Visualization</h3>
<p>Transform complex data from your documents into clear, interactive visualizations that make
information easier to understand and share.</p>
<a href="/datavisualisation" class="function-link">Learn More →</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<a href="/">SmartDoc AI</a>
<p>Intelligent Document Processing</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 SmartDoc AI.</p>
</div>
</div>
</footer>
</body>
</html> |