Found 221 repositories(showing 30)
pavithrasree-13
This project is a Machine Learning application designed to predict the price range of mobile phones based on their hardware specifications (like RAM, Battery Power, and CPU cores). It uses a Support Vector Machine (SVM) model to classify devices into four distinct price categories with high accuracy.
FarzadNekouee
Launching a mobile company to rival giants like Apple & Samsung, we leverage sales data to discern price ranges for mobiles based on features via ML models like SVM, DT, & RF. Not aiming for exact prices, but a strategic price bracket.
JatinSadhwani02
I have implemented a Mobile Price Prediction using different Machine Learning Algorithms. This project will classify the price range of the mobile price. The price ranges from 0-3. We’ll discuss the price range in the dataset. Now I have trained a mobile price classification using 3 ML algorithms. This model classifies the range of the mobile based on the different parameters like from camera, touch screen, cores, battery, clock speed, internal memory, battery capacity, etc. After training the model using 3 algorithms, I compared all the models using the graph.
pouyarahdan
A machine learning project to classify mobile phone price ranges (low, medium, high, very high) using Decision Tree, Random Forest, and SVM. The models are compared on performance, and the best model is applied to unseen test data.
sumoondev
This app leverages a Support Vector Machine (SVM) classifier with optimized hyperparameters to predict mobile phone price ranges based on specifications.
vamsikrishnabodaballa
A mobile Price classifier
davisraimon
Mobile price classifier using KNN algorithm
SuhanVerse
📱 Predict mobile phone price ranges using specifications with a Support Vector Machine (SVM) model. Includes an interactive Streamlit web app for single & batch predictions, model evaluation, and visualization.
the current project scrapes https://www.technolife.ir/ site with python module beautiful soup and retrieve mobile specifics and price . lastly classify them based on decision three of scikit-learn module
Bhanuagg1183
The Phone Kart project is designed to develop a machine learning-based predictive system capable of classifying mobile phones into specific price categories based on their technical specifications. The primary aim is to assist online marketplaces, retailers, and customers in estimating the appropriate price range for a given phone configuration.
Bhanuagg1183
The Phone Kart project is designed to develop a machine learning-based predictive system capable of classifying mobile phones into specific price categories based on their technical specifications. The primary aim is to assist online marketplaces, retailers, and customers in estimating the appropriate price range for a given phone configuration.
shivamsingh67
Mobile Price Classification classify mobile price range
poureA
No description available
debjitg97
The project uses a Machine Learning model to accurately classify the price range of a mobile, given its features. We use a dataset that contains the features of a mobile that affect its price, namely processor clock speed, RAM capacity, front camera, primary camera, internal memory and so on.
bartuonder
MobilePriceClassifierWebApp
kshitij1210
A simple mobile price prediction classifier
rajathAgalkote
To evaluate all attributes of a phone and develop an ML Classifier Model that can predict the price range.
aditya-dutta213
No description available
Sampathgubbala
Support Vector Machine (SVM), Decision Trees, boosting algorithms to classify mobile price.
venkat19-spec
A case study to classify mobile price ranges based on given specifications
Balajichandra
In this project we will classify the mobile price based on given data
Madhu25-swamy
Here we need to classify the price range of a mobile based on given features
Anilbiradar014
This Study aims at accurately predicting in what price range a particular mobile falls into , by fitting the data into five classifiers (K-NearestNeighbour, Decision Tree, Random Forest Classifier, Naive Bayes Classifier, and Support Vector Machine Classifier) and identify the best classifier with highest accuracy.
koushik2299
Discover my GitHub repository for mobile price classification. Explore projects, code samples, and machine learning algorithms to accurately classify mobile phones based on their price ranges. Ideal for data enthusiasts and mobile industry professionals. Start exploring now!
JasperMunene
This project demonstrates predicting mobile phone price categories based on technical specifications. A Random Forest Classifier is trained on the dataset to classify phones into four price ranges (low, medium, high, very high). The model achieved ~89.75% accuracy on validation data. Feature importance analysis shows which specifications contribute
Revati07
Mobile Price Range Prediction A machine learning project that classifies mobile phones into price categories (low, medium, high, very high) based on their specifications. It uses multiple models, compares their performance, applies hyperparameter tuning, and visualizes results to identify the most accurate model for price prediction.
GeethanjaliM25
The **Mobile Price Prediction App** is a Machine Learning–based web application that predicts the **price category of a mobile phone** based on its hardware specifications. The application classifies mobiles into four categories: - 📉 Low Cost - 💰 Medium Cost - 💎 High Cost - 👑 Very High Cost
This project aims to develop a predictive model to classify mobile phones into different price ranges based on their features. By leveraging machine learning algorithms, specifically Logistic Regression, the project analyzes various technical specifications of mobile phones to predict their corresponding price category.
MAsad92
Mobile Price Prediction using the robust Random Forest Classifier! 🌲📊 Witness the entire data science journey from preprocessing and data cleaning to unveiling insights with correlation matrices. Dive into the world of clean, structured data!
RamyasriMenni
The Mobile Price Prediction project aims to build a learning model that predicts the price range of a mobile phone based on its technical specifications. Using features such as battery power, RAM, screen size, camera quality, and more, the model classifies a phone into predefined price categories (e.g., low, medium, high, premium).