Project 4: Vehicles In this data we look at the different trends and correlactions of vehicles sales based on model, year, condition/milage, fuel type, vehicle type and other mechanical features.
Follow this link: https://project-4-9wfb.onrender.com
To get a local copy up and running, follow the steps below
Required
- Python 3.7 or higher installed on your system.
- Required Python libraries (listed in requirements.txt).
Installation
- Clone the repository:
- git clone https://github.com/bstanley87/Project-4
- cd project-4-vehicles
2.Install the required Python libraries:
- pip install -r requirements.txt
Running Locally
- Navigate to the project directory:
- cd project-4-vehicles
2.Run the app using app.py:
- python app.py
3.Open your web browser and navigate to http://127.0.0.1:5000 to access the application locally.