A search engine for ecommerce data. It uses the OpenAI API and the Home Depot dataset.
Before running the application locally, make sure you have Python 3.9+ installed.
To run the application, follow these steps:
-
Create a new Python environment:
python -m venv venv
-
Activate the Python environment:
source venv/bin/activate
-
Update pip:
python -m pip install --upgrade pip
-
Install the project requirements:
python -m pip install -r requirements.txt
-
Run the application:
streamlit run main.py