MoveOut aims to assist students looking to move out from home by providing lifestyle estimates using advanced machine learning algorithms, trained on over 10,000 customers and millions of transactions
To build the frontend:
yarn install npm i
To run the frontend:
npm start
To build the backend
pip install -r requirements.txt
To run the backend:
python main.py