You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitprofile.config.ts
+22-23Lines changed: 22 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -32,29 +32,28 @@ const CONFIG = {
32
32
header: 'My Projects',
33
33
// To hide the `External Projects` section, keep it empty.
34
34
projects: [
35
-
{
36
-
title: 'Sweat Equity Homes',
37
-
description:
38
-
'This is a passion project that shifts the focus of home buying focus more on sweat equity than move in ready homes. Sweat Equity Homes is a real estate web application designed to help users discover the potential value in upgrading properties. By utilizing machine learning predictions, the platform estimates the possible increase in property value through renovations and improvements.
description: `This is a passion project that shifts the focus of home buying more on sweat equity than move-in-ready homes. Sweat Equity Homes is a real estate web application designed to help users discover the potential value in upgrading properties by utilizing machine learning predictions to estimate possible increases in property value through renovations and improvements.
38
+
39
+
**Features:**
40
+
- Display detailed property information, including price, square footage, and location.
41
+
- Predict potential sweat equity based on property details using machine learning models.
42
+
- Suggest renovation projects with estimated costs and returns on investment (ROI).
43
+
- Visualize property location and surrounding amenities with interactive maps.
44
+
- View historical and future predictions of property values.
45
+
46
+
**Technologies Used:**
47
+
- Flask: Web framework for the backend.
48
+
- Flask-SQLAlchemy: Database operations.
49
+
- scikit-learn, numpy, pandas: Machine learning and data manipulation.
0 commit comments