<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hybrid Movie Recommendation System</title>
<style>
body { font-family: sans-serif; background: #111; color: #eee; padding: 2rem; text-align: center; }
h1 { font-size: 2.5rem; }
p { font-size: 1.2rem; }
.gif { margin-top: 2rem; }
a.button {
display: inline-block; padding: 0.8rem 1.5rem; background: crimson;
color: white; text-decoration: none; border-radius: 8px; margin-top: 1rem;
}
</style>
</head>
<body>
<h1>π¬ Hybrid Movie Recommendation System</h1>
<p>An award-winning AI engine for recommending movies released before 2015.</p>
<p><strong>Built with:</strong> Python, Streamlit, scikit-learn, MovieLens</p>
<div class="gif">
<img src="https://media.giphy.com/media/3o7TKsrfldmm8cukWs/giphy.gif" width="480" />
</div>
<a href="https://github.com/UmarTests/AI-Movie-Recommendation-System" class="button">π View on GitHub</a>
</body>
</html>