Skip to content

Car Price Estimator app created with Django and estimates the price of your car using Machine learning

Notifications You must be signed in to change notification settings

mogheisi/CarPriceEstimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Price Estimator

This Django project uses car data to estimate the price of the car you want by using machine learning, using the data of the vehicles extracted from the Divar site.

How to run (Linux and Macos)

To run project in development mode; Just use steps below:

  1. Install python, pip, virtualenv in your system.
  2. Clone the project https://github.com/Shntia/CarPriceEstimator.git
  3. Make development environment ready using commands below;
   git clone https://github.com/Shntia/CarPriceEstimator.git && cd CarPriceEstimator
  python3 -m venv env  # Create virtualenv named env
  source build/bin/activate
  pip install -r requirements.txt
  python manage.py makemigrations
  python manage.py migrate  # Create database tables
  1. Run project using python manage.py runserver
  2. Go to http://localhost:8000 to see project.

Run On Windows

If You're On A Windows Machine , Make Environment Ready By Following Steps Below:

  1. Install python, pip, virtualenv
  2. Clone the project using: git clone https://github.com/Shntia/CarPriceEstimator.git.
  3. Make Environment Ready Like This:
cd CarPriceEstimator
virutalenv -p "PATH\TO\Python.exe" build # Give Full Path To python.exe
build\Scripts\activate # Activate The Virutal Environment
pip install -r requirements.txt
move CarPriceEstimator\settings.py.sample CarPriceEstimator/settings.py
python manage.py makemigrations
python manage.py migrate # Create Database Tables
  1. Run CarPriceEstimator using python manage.py runserver
  2. Go to http://localhost:8000 to see CarPriceEstimator projet.

TODO

  • Build a Front-End For This API

About

Car Price Estimator app created with Django and estimates the price of your car using Machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages