Skip to content
Snippets Groups Projects
Commit e682b498 authored by Jenil Kevadiya's avatar Jenil Kevadiya
Browse files

Update README.md

parent c7e3cc62
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ Link to repository:
A Machine Learning Model to predict laptop price based on user requirement. This project uses Random Forest Regression Model to train on a given dataset. Interactive GUI is developed using PyQt6.
#Installation
# Installation
1. Clone the repository.
2. Create a virtual environment: `python -m venv venv`
......@@ -18,7 +18,7 @@ A Machine Learning Model to predict laptop price based on user requirement. This
4. Install dependencies: `pip install -r requirements.txt`
5. Follow the steps in the Usage section.
#Basic Usage
# Basic Usage
Download this git repository or clone it to your system using following command:
......@@ -32,7 +32,6 @@ Install required python packages from requirements.txt file using following comm
2. Load data using the provided button.
3. Explore laptop data in the displayed table.
#Implementation of the Request
# Implementation of the Requests
1. Graphical User Interface (GUI) Components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment