Backend for Laptop Price Predictor App
To run this application, please follow the steps given below.
For Windows Users:
- Navigate to the src directory of this project.
- Create a python virtual environment to prevent any dependency conflicts by running "python -m venv venv"
- Activate the virtual environment by "venv\Scripts\activate"
- Run "pip install -r requirements.txt"
- Run the main.py file using "python main.py"
For Mac Users:
- Navigate to the src directory in this project.
- Create a python virtual environment to prevent any dependency conflicts by running "python3 -m venv venv"
- Activate the virtual environment by "source venv/bin/activate"
- Run "pip install -r requirements.txt"
- Run the main.py file using "python3 main.py"