Python Version used is : 3.7.9
Read the Jupyter Notebook for the documentation on this project
Plotly Python - DataViz using interactive plots
I suggest you to create a separate virtual environment running Python 3 for this app, and install all of the required dependencies there. Run in Terminal/Command
git clone https://github.com/elopez/Car_Price_Predictions.git
cd Car_Price_Predictions/
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
To install all of the required packages to this environment, simply run:
pip install -r requirements.txt
and all of the required pip packages, will be installed, and the app will be able to run.
Run this app locally by:
python app.py
on your browser, you will see the dashboard.
ENJOY!