Skip to content

Pricefy app is used to predict the price of the car based on certain input parameters created using python's scikit-learn, fastapi, numpy and joblib packages.

Notifications You must be signed in to change notification settings

Prakashdeveloper03/Pricefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pricefy

made-with-python html5 css3 javascript numpy pandas scikit-learn fastapi vscode

Pricefy app used to predict the price of the car based on certain input parameters created using python's scikit-learn, fastapi, numpy and joblib packages.

Dataset Description

This dataset contains information about used cars. This data can be used for a lot of purposes such as price prediction to exemplify the use of linear regression in Machine Learning.

The data contains the following columns:

Feature Name Feature Description
Name Name of the Car model
Present_Price Present showroom price of the car
Year Car Model Year
Kms_Driven Kilometers driven till now
Owner No of Owners (0 or 1 or 2 or 3)
Fuel_Type Type of Fuel (Petrol or Diesel or CNG)
Seller_Type Whether seller is (Individual or Dealer)
Transmission Transmission type (Automatic or Manual)
Selling_Price Used Car selling price (Target) variable

Installation

Open Anaconda prompt and create new environment

conda create -n your_env_name python = (any_version_number > 3.10.4)

Then Activate the newly created environment

conda activate your_env_name

Clone the repository using git

git clone https://github.com/Prakashdeveloper03/Pricefy.git

Change to the cloned directory

cd <directory_name>

To install all requirement packages for the app

pip install -r requirements.txt

Then, Run the app

uvicorn main:app --reload

📷 Screenshots

Home page

output_image

About section

output_image

Developer section

output_image

Swagger UI

output_image

Redoc UI

output_image

Demo GIF

demo_gif

About

Pricefy app is used to predict the price of the car based on certain input parameters created using python's scikit-learn, fastapi, numpy and joblib packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages