Skip to content

kesh97-hub/LaptopPricePredictor_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LaptopPricePredictor_server

Backend for Laptop Price Predictor App

Frontend can be found at https://github.com/kesh97-hub/LaptopPricePredictor_UI

To run this application, please follow the steps given below.

For Windows Users:

  1. Navigate to the src directory of this project.
  2. Create a python virtual environment to prevent any dependency conflicts by running "python -m venv venv"
  3. Activate the virtual environment by "venv\Scripts\activate"
  4. Run "pip install -r requirements.txt"
  5. Run the main.py file using "python main.py"

For Mac Users:

  1. Navigate to the src directory in this project.
  2. Create a python virtual environment to prevent any dependency conflicts by running "python3 -m venv venv"
  3. Activate the virtual environment by "source venv/bin/activate"
  4. Run "pip install -r requirements.txt"
  5. Run the main.py file using "python3 main.py"

About

Backend for Laptop Price Predictor App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages