This repo contains scraping, enrichment, and chatbot logic for a conversational shopping assistant powered by COS product data.
scraping/: Web scraping scripts and selectorsutils/: Data cleanup and enrichment toolsdata/: Raw and processed datasetsnotebooks/: Jupyter notebooks for exploring and testingscripts/: Helper shell scripts
- Install dependencies:
pip install -r requirements.txt - Run scraper:
python scraping/ssense_scraper.py - Enrich data:
python utils/enrich.py