- Acquire images for future Neural Network projects
- Obtain futher data from web marketplaces (price, listed year and etc...)
python -m venv ./venv
venv/Scripts/activate.ps1
pip install requirements.txt
You will need to set the URL at an .env file in order to begin scraping data
URL=<url_for_scraping>
python src/main.py