File size: 413 Bytes
6583a12
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<!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>