Dash application that is used for predicting used auction car prices.
Source: Kaggle
-
Install dependencies
pip3 install -r requirements.txt
-
Run the server.
python dash_.py
- The
requirements.txt
has yet to be tested, and these dependencies installation may only work with linux. To install for windows, precede the installation of dependencies withpython -m
. - ...