This project aims to develop a system that can:
- Scrape recent sale prices of Pokémon cards from eBay using web scraping.
- Use image recognition techniques to identify Pokémon cards from photos and match them to prices.
- Clone the repository:
git clone https://github.com/your-username/pokemon-card-recognition.git <optionalname>
- Install dependencies:
pip install -r requirements.txt
scraping.py: Code for web scraping eBay for card prices.recognition.py: Code for recognizing Pokémon cards using image processing and machine learning.utils.py: Helper functions that are frequently reused.