# 🏺 Egyptian Artifact Chatbot
This project scrapes real-world artifact data from the Global Egyptian Museum, using NLP, analyzes image similarity, and wraps it all into a chatbot interface for inquiry.
## To Run
### Install dependencies:
```bash
pip install requests beautifulsoup4 spacy opencv-python numpy matplotlib
python -m spacy download en_core_web_sm
```