/ecommerce-search-engine

A search engine for ecommerce data

Primary LanguageJupyter Notebook

ecommerce-search-engine

A search engine for ecommerce data. It uses the OpenAI API and the Home Depot dataset.

Run the project

Before running the application locally, make sure you have Python 3.9+ installed.

To run the application, follow these steps:

  1. Create a new Python environment:

    python -m venv venv
    
  2. Activate the Python environment:

    source venv/bin/activate
    
  3. Update pip:

    python -m pip install --upgrade pip
    
  4. Install the project requirements:

    python -m pip install -r requirements.txt
    
    
  5. Run the application:

    streamlit run main.py