Skip to content

Pavan1456/intelunnati

Repository files navigation

Second Hand Cars

A Django-based web application for browsing and comparing second-hand cars. The project includes data cleaning, exploratory data analysis (EDA) on a dataset of second-hand cars, and a web interface for users to interact with the data.

Table of Contents

Features

  • Browse a list of second-hand cars.
  • Compare multiple cars side-by-side.
  • Data cleaning and EDA on car dataset.
  • Responsive web design using Bootstrap.

Requirements

  • Python 3.6+
  • Django 3.2+
  • pandas
  • matplotlib
  • seaborn

Installation

  1. Clone the repository:
    git clone https://github.com/Pavan1456/second-hand-cars.git
    cd second-hand-cars
    
    
  2. Steps to do after downloading the second hand car folder:-
    1. open folder in vs code
    2. After installing all the requirments
    3. run (django-admin startproject second_hand_cars

cd second_hand_cars ) in terminal 4.than run(python manage.py makemigrations cars python manage.py migrate) in terminal 5. and last run(python manage.py runserver)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages