Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 512 Bytes

File metadata and controls

29 lines (23 loc) · 512 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

Developed in collaboration with Hanz Aora, Elisa Luan, and Jack Eadie

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