-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai-property-recommender.html
More file actions
53 lines (43 loc) · 1.85 KB
/
ai-property-recommender.html
File metadata and controls
53 lines (43 loc) · 1.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Property Recommender | Project</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>AI-Powered Property Recommender</h1>
<nav>
<a href="index.html">Back to Portfolio</a>
</nav>
</header>
<main class="section">
<h2>Project Overview</h2>
<p>
Currently developing an <strong>AI-powered web application</strong> integrated with <strong>BuyRentRwanda.com</strong>,
which recommends properties to users based on their preferences, browsing behavior, and real property data.
The system leverages machine learning algorithms to provide personalized property suggestions for a better user experience.
</p>
<h2>Current Progress</h2>
<ul class="features-list">
<li>Developing backend algorithms for personalized property recommendations</li>
<li>Integrating real property data dynamically into the AI system</li>
<li>Strengthening skills in Python, machine learning, and full-stack development</li>
<li>Working on performance optimization and scalable architecture</li>
</ul>
<h2>Technologies Used</h2>
<p>Python, Machine Learning (ML), Pandas, NumPy, Flask/Django, JavaScript, HTML/CSS, Real Estate Data Integration</p>
<h2>Outcome & Impact</h2>
<p>
This project aims to provide users with a personalized property search experience, improve engagement on
BuyRentRwanda.com, and demonstrate practical skills in AI, data handling, and full-stack development.
</p>
<a href="#" class="button">Project In Progress</a>
</main>
<footer>
© 2025 Muheto Niyonemera. All rights reserved.
</footer>
</body>
</html>