humanizerplus2.0 / about.html
khaliqabdull's picture
Upload 9 files
6583a12 verified
raw
history blame contribute delete
413 Bytes
<!DOCTYPE html>
<html>
<head><title>About</title><link rel="stylesheet" href="style.css"></head>
<body>
<div class="container">
<h1>About Humanizer 3.0</h1>
<p>This tool uses AI (Flan-T5) to transform robotic or technical text into smooth, human-readable language. It's built using Hugging Face API and hosted for free using GitHub Pages.</p>
<a href="index.html">← Back to Home</a>
</div>
</body>
</html>