Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Car Price Prediction using DL #339

Closed
aaviiothic opened this issue Jul 9, 2023 · 27 comments · Fixed by #425
Closed

Car Price Prediction using DL #339

aaviiothic opened this issue Jul 9, 2023 · 27 comments · Fixed by #425
Assignees
Labels
Level: MEDIUM Status: Assigned Assigned issue. SWOC S4 Issues under Social Winter of Code, 2024

Comments

@aaviiothic
Copy link

aaviiothic commented Jul 9, 2023

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Car Price Prediction

🔴 Aim : Creating a ML project to predict the price of cars which depends on various factors such as brand, mileage, etc.

🔴 Dataset : https://www.kaggle.com/datasets/hellbuoy/car-price-prediction

🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  • Full name : Adityaa Sahu
  • GitHub Profile Link : https://github.com/aaviiothic
  • Email ID : adityaa0703@gmail.com
  • Participant ID (if applicable):
  • Approach for this Project : using RFE and VIF to predict price of cars.
  • What is your participant role? (Mention the Open Source program)

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

@aaviiothic
Copy link
Author

aaviiothic commented Jul 9, 2023

Please assign me the issue, I'm working on it !
@abhisheks008

@abhisheks008
Copy link
Owner

Can you please follow the issue template and share all the information regarding the project. From where you are fetching the dataset, what are the deep learning techniques you are going to use here, what sort of data visualizations should be done, these things should be mentioned while creating an issue.

@aaviiothic

@aaviiothic
Copy link
Author

Can you please follow the issue template and share all the information regarding the project. From where you are fetching the dataset, what are the deep learning techniques you are going to use here, what sort of data visualizations should be done, these things should be mentioned while creating an issue.

@aaviiothic

Updated! please check. @abhisheks008

@abhisheks008
Copy link
Owner

This issue will be assigned to you @aaviiothic once you complete the assigned one. As per the code of conduct, one issue at a time for each contributor.

@Nabanita29
Copy link

can I work on this?

@abhisheks008
Copy link
Owner

can I work on this?

Sorry @Nabanita29 as this issue is opened by a contributor, hence he/she will get the priority for working in this issue. You can create issues by your own.

@abhisheks008 abhisheks008 added the Status: Up for Grabs Up for grabs issue. label Aug 1, 2023
@mayank2130
Copy link

Hey! I'd like to work on this project.

Dataset : https://www.kaggle.com/datasets/mayankpatel14/second-hand-used-cars-data-set-linear-regression

Approach : Using KNN, Linear Regression and Random Forest Regressor model to predict the car prices.

Full name : Mayank Thakur
GitHub Profile Link : https://github.com/mayank2130
Email ID : mayankthakur1712@gmail.com

Approach for this Project : Using KNN and xgb.XGBRegressor, lgb.LGBMRegressor to predict price of cars.
@abhisheks008

@abhisheks008
Copy link
Owner

This project repository consists of projects based on Deep Learning techniques and methods. Try to solve this issue using DL methods not by simple ML methods.
@mayank2130

@abhisheks008 abhisheks008 added Codepeak23 This issue is assigned under CodePeak 2023 event/ Level: EASY labels Dec 4, 2023
@AtriChatterjee1
Copy link

Hey! I'd like to work on this project.

Dataset : https://www.kaggle.com/datasets/mayankpatel14/second-hand-used-cars-data-set-linear-regression

Approach : Using ANN with 5-3-1 architecture

Full name : Atri Chattopadhyay
GitHub Profile Link : https://github.com/AtriChatterjee1
Email ID : print.atri@gmail.com

@abhisheks008

@abhisheks008
Copy link
Owner

abhisheks008 commented Dec 7, 2023

Hi @AtriChatterjee1, I have a suggestion. Can you use both the datasets, which is mentioned in the issue template and the one you used while posting the approach in the comment? That'll be a good combined and strong dataset to work on. Also try to use some different improvised algorithms to make this project unique from a normal ML project in terms of the usage of the models. I'd like to hear from you on this.

@YashSachan2
Copy link
Contributor

Hi @abhisheks008 Can I take on this issue?I have worked on a similar case to detect house prices before.

@abhisheks008
Copy link
Owner

Hi @YashSachan2 can you please share your approach for solving this issue? Please try to use DL models as this repository contains projects which are mainly based on DL.

@n1haldev
Copy link

n1haldev commented Dec 28, 2023

Hey @abhisheks008 I would like to work on this.

Dataset: https://www.kaggle.com/datasets/hellbuoy/car-price-prediction

Approach: Use GRU, LSTM and a regular ANN.

Full Name: Nihal T M
Github Profile Link: https://github.com/n1haldev
Email ID: nihaltm2002@gmail.com

Contest: SWOC24

@CoderOMaster
Copy link
Contributor

Hey @abhisheks008 I would like to work on this.

Dataset: https://www.kaggle.com/datasets/hellbuoy/car-price-prediction

Approach: Use XGBoost, ANN,LSTM or rnn based approaches

Full Name: Keshav Arora
Github Profile Link: https://github.com/CoderOMaster
Email ID: keshavarorasci@gmail.com

@abhisheks008
Copy link
Owner

Hi @n1haldev and @CoderOMaster are you guys part of SWOC event?

@Soumiksb06
Copy link
Contributor

Soumiksb06 commented Dec 29, 2023

Full name : Soumik Banerjee
GitHub Profile Link : https://github.com/Soumiksb06
Email ID: soumikbanerjee230@gmail.com
Approach: I'll use: LSTM, RNN, MLP and try others and find out the best fitted algorithm based on accuracy scores.

Hi, Abhishek,
I'm completely new to Open Source but have lots of experience in building DL and ML models for prediction. I feel that this project would be a suitable start for my Open Source journey. Please assign this one to me. I'm contributor of SWOC 2024.
Thank You!

@abhisheks008
Copy link
Owner

Let the program start officially. Issues will be assigned after that. Till then go through the repository as well as the README file.

@abhisheks008 abhisheks008 removed Level: EASY Codepeak23 This issue is assigned under CodePeak 2023 event/ labels Dec 29, 2023
@Soumiksb06
Copy link
Contributor

Soumiksb06 commented Dec 29, 2023

Let the program start officially. Issues will be assigned after that. Till then go through the repository as well as the README file.

Ok. So how will we know about the assigned issues?

@abhisheks008
Copy link
Owner

I guess we will have a communication channel in Discord, through that we can communicate.

@Soumiksb06
Copy link
Contributor

I guess we will have a communication channel in Discord, through that we can communicate.

Okay

@abhisheks008
Copy link
Owner

Hi @Soumiksb06 would you like to work on this issue based on the approach you have shared earlier?

@Soumiksb06
Copy link
Contributor

Hi @Soumiksb06 would you like to work on this issue based on the approach you have shared earlier?

Yes sure!

@abhisheks008
Copy link
Owner

What will be your approach for solving this issue, what are the models you want to implement?
@Soumiksb06

@Soumiksb06
Copy link
Contributor

What will be your approach for solving this issue, what are the models you want to implement?
@Soumiksb06

I'll use LSTM, RNN, MLP and try others and find out the best fitted algorithm based on accuracy scores.

@abhisheks008
Copy link
Owner

Cool. Issue assigned to you @Soumiksb06. I have also updated the issue name, try to focus on DL models/methods instead of basic ML models.

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. Level: MEDIUM SWOC S4 Issues under Social Winter of Code, 2024 and removed Status: Up for Grabs Up for grabs issue. labels Jan 1, 2024
@abhisheks008 abhisheks008 changed the title Car Price Prediction using ML Car Price Prediction using DL Jan 1, 2024
@Soumiksb06
Copy link
Contributor

Cool. Issue assigned to you @Soumiksb06. I have also updated the issue name, try to focus on DL models/methods instead of basic ML models.

Yeah sure I mentioned DL models only. How can I contact you? on Linkedin or on Discord?

@abhisheks008
Copy link
Owner

abhisheks008 commented Jan 1, 2024

Cool. Issue assigned to you @Soumiksb06. I have also updated the issue name, try to focus on DL models/methods instead of basic ML models.

Yeah sure I mentioned DL models only. How can I contact you? on Linkedin or on Discord?

Any platform you want.

abhisheks008 added a commit that referenced this issue Jan 8, 2024
Car Price Prediction using DL #339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: MEDIUM Status: Assigned Assigned issue. SWOC S4 Issues under Social Winter of Code, 2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants