Skip to content

Commit 7b837b1

Browse files
Update gitprofile.config.ts
1 parent 7853205 commit 7b837b1

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

gitprofile.config.ts

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,28 @@ const CONFIG = {
3232
header: 'My Projects',
3333
// To hide the `External Projects` section, keep it empty.
3434
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.
39-
40-
Features
41-
Display detailed property information, including price, square footage, and location.
42-
Predict potential sweat equity based on property details using machine learning models.
43-
Suggest renovation projects with estimated costs and returns on investment (ROI).
44-
Visualize property location and surrounding amenities with interactive maps.
45-
View historical and future predictions of property values.
46-
Technologies Used
47-
Flask: As a web framework for the backend.
48-
Flask-SQLAlchemy: To handle database operations.
49-
scikit-learn, numpy, pandas: For machine learning model implementation and data manipulation.
50-
APScheduler: For scheduling tasks like updating property data.
51-
Leaflet.js: For map rendering and geographic visualization.
52-
HTML/CSS: For frontend design and layout.
53-
',
54-
imageUrl:
55-
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
56-
link: 'https://example.com',
57-
},
35+
{
36+
title: 'Sweat Equity Homes',
37+
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.
50+
- APScheduler: Task scheduling (e.g., updating property data).
51+
- Leaflet.js: Map rendering and geographic visualization.
52+
- HTML/CSS: Frontend design and layout.`,
53+
imageUrl: 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
54+
link: 'https://example.com',
55+
},
56+
5857
{
5958
title: 'Project Name',
6059
description:

0 commit comments

Comments
 (0)