Skip to content

hanz-vora/MoveOut

Repository files navigation

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