Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Laptop Price Prediction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Assistance Systems
Laptop Price Prediction
Commits
ae53bff3
Commit
ae53bff3
authored
1 year ago
by
Jenil Kevadiya
Browse files
Options
Downloads
Patches
Plain Diff
Delete Readme.txt
parent
7d00b3ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.txt
+0
-25
0 additions, 25 deletions
Readme.txt
with
0 additions
and
25 deletions
Readme.txt
deleted
100644 → 0
+
0
−
25
View file @
7d00b3ff
https://www.kaggle.com/code/themeeemul/laptop-price-prediction/input?select=laptops.csv
# Laptop Price Predictor
## Overview
This PyQt6 application displays laptop information from a CSV file.
## Installation
1. Clone the repository.
2. Create a virtual environment: `python -m venv venv`
3. Activate the virtual environment: `source venv/bin/activate` (Linux/Mac) or `venv\Scripts\activate` (Windows)
4. Install dependencies: `pip install -r requirements.txt`
5. Follow the steps in the Usage section.
## Usage
1. Run the app: `python src/main.py`
2. Load data using the provided button.
3. Explore laptop data in the displayed table.
## File Structure
- `/src`: Contains the main application code.
- `main.py`: Main application file.
- `widgets.py`: Custom PyQt6 widgets and functions.
- `/data`: Store your CSV file here.
- `/venv`: Virtual environment folder.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment