The system uses a semantic search approach using Sentence-BERT.
- Scraping the data from Gamestop.
- Semantic search on data using user queries.
Data scraping is handled by price_extractor and steam_dat notebooks while bert.ipynb contains the code and methodology for searching the data for games within a user specified budget.