Web Scraping of Refrigerators listed on Marketplaces (Amazon and AliExpress) using Python and Present the results using Flask. Based on this old Google Colab file.
- Clone the repository
- Create virtual environment:
python -m venv venv - Activate:
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Run:
python app.py
This app is configured for deployment on Render.com
