RealtyAdvisor is an AI-enhanced real estate platform that leverages artificial intelligence to predict property prices. This enables sellers to more accurately price their properties and empowers buyers to make informed decisions based on the predicted price compared to the actual price set by the seller. Additionally, RealtyAdvisor aims to integrate blockchain technology to ensure data transparency and security.
The following are the list of frameworks/libraries used in this project.
This is a guide on how to set up the project locally. Follow these steps to get a local copy up and running.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/varun2430/realty_advisor.git
-
Setup the Backend:
cd backend npm install
Create a .env file in the backend directory and set the required environment variables:
MONGO="" JWT_SECRET=""
Start the Express server using nodemon:
npm run dev
-
Setup the Frontend:
cd frontend npm install
Create a .env file in the frontend directory and set the required environment variables:
VITE_NODE_API_URL="" VITE_PYTHON_API_URL=""
Start the development server:
npm run dev
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.