real-estate-pricing

A web based application to predict house rent price in Nigeria.

Link to project: https://github.com/Aladdin4u/real-estate-pricing

real-estate

How It's Made

Tech used:

NEXTJS BADGE TAILWINDCSS BADGE MINDSDB BADGE

Optimizations

One of the first thing I would do improve the architectures and design patterns to increase reusability and maintainability and constant refacturing of the code.

Lessons Learned

Trainning a model to leverage historical property data, features like location, square footage, number of bedrooms, parking space and local amenities to predict house prices.

Environment Variable

Enter your mindsdb info inside the .env file

MINDDB_USER=""
MINDDB_PASS=""

Installation

  1. Clone repo
  2. run npm intall
  3. cp .env.example .env

Usage

  1. run npm run dev
  2. navigate to https://localhost:3000