Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 441 Bytes

MoveOut

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

Usage

Frontend

To build the frontend: yarn install npm i

To run the frontend:

npm start

Backend

To build the backend

pip install -r requirements.txt

To run the backend:

python main.py