Skip to content

This project showcases the merge between ML with the MERN for real estate. It enables users to predict property prices, and offers an intuitive React interface.

Notifications You must be signed in to change notification settings

abedin-fahim/real-estate-ml-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Folder Structure

.
├── README.md
├── Model
├── socket
├── frontend
├── backend

Installation

First, We install all the node_modules to run our development server:

Socket


cd ../socket
npm install

backend


cd ../backend
npm install

frontend


cd ../frontend
yarn 

Running

Then, we run the development server:

Model


cd Model
python app.py

Socket


cd ../socket
npm run dev

Backend


cd ../backend
npm run dev

Frontend


cd ../frontend
npm start 

Open http://localhost:3000 with your browser to see the result.

About

This project showcases the merge between ML with the MERN for real estate. It enables users to predict property prices, and offers an intuitive React interface.

Topics

Resources

Stars

Watchers

Forks