This project is an interactive web dash prepared using automobile market data in Turkey.
Through the application you can see the share of auto brands sales of amount in Turkey.You can also see visualizations of data according to these selections by selecting brand and specific date ranges.
Analysis was performed using AUTOMOTIVE DISTRIBUTERS ASSOCIATION (ODD) data in this application. ODD data can be found on this page.
First create a virtual environment with conda or venv inside a temp folder, then activate it.
virtualenv odd-auto-analysis-venv
# Windows
odd-auto-analysis-venv\Scripts\activate
# Or Linux
source odd-auto-analysis-venv/bin/activate
Clone the git repo, then install the requirements with pip:
git clone https://github.com/b2metric-automl/odd-auto-analysis.git
cd odd-auto-analysis
pip install -r requirements.txt
Run the app
python app.py