PropreModelia is a full-stack application designed to predict land prices based on user-provided details. This repository contains both the backend (machine learning model and API) and frontend (React-based user interface) components.
PropreModelia helps users predict land prices using a machine learning model hosted on a backend API and presented via a user-friendly React-based frontend. The system is structured to allow for seamless communication between the frontend and backend.
- Clone the repository:
git clone https://github.com/your-repo/propremodelia.git
- Install and run the backend: Follow the Backend instructions.
- Install and run the frontend: Follow the Frontend instructions.
- Start the backend server to serve the machine learning API.
- Start the frontend development server.
- Open the frontend application in your browser.
- Input land details into the provided form and submit.
- View the predicted land price displayed on the screen.
- Python
- FastAPI
- Custom Machine Learning Model
- React (with Next.js)
- Material-UI (MUI)
- Tailwind CSS
- TypeScript