Skip to content

ML model to predict car prices based on various features such as make, model, year, mileage, etc., using MongoDB as the backend database.

Notifications You must be signed in to change notification settings

Das-Aditi/Price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB

This project showcase the powerful integration of MongoDB with data analysis and machine learning workflows.

Projects Overview

1. Car Price Prediction Using ML

Objective:
Build a machine learning model to predict car prices based on various features such as make, model, year, mileage, etc., using MongoDB as the backend database.

Key Features:

  • Data Preprocessing: Efficiently storing, retrieving, and preprocessing car-related data using MongoDB.
  • Model Building: Implementing regression models to predict car prices with high accuracy.
  • Model Evaluation: Evaluating model performance using metrics like Mean Absolute Error (MAE) and R-squared.

Outcome:
Achieved a predictive model capable of estimating car prices with a good degree of accuracy, demonstrating the seamless integration of MongoDB with machine learning pipelines.

Getting Started

Prerequisites

  • Python 3.x
  • MongoDB installed locally or accessible via cloud
  • Required Python packages listed in requirements.txt

Installation

  1. Clone the repository:
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Ensure MongoDB server instance is running and accessible.

Usage

  • Navigate to the respective project directories to find detailed instructions on how to run the code.

About

ML model to predict car prices based on various features such as make, model, year, mileage, etc., using MongoDB as the backend database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published