Land price prediction base on land area
Process:
- Frontend send land_area value to backend via API Frontend port = 3000
- Backend receive the request at IP=127.0.0.1 Port=5000
- Backend call the trained AI model and predict land price
- Backend send the land_price to the frontend
- Frontend display the land_price.
Simple demo using frontend, backend, API
- Go to cd backend
- python md.py
- python main.py
- Open new Terminal
- cd frontend
- Edit ReactJS code in src/App.js
- npm start