Built a complete data pipeline using Python to extract, process, and serve data
: The project includes
Web scraping using Selenium
Data cleaning and transformation with Pandas
Data storage in CSV and SQLite database
REST API using Flask to serve the data
:Features
Get all products
Get top 10 products
Search by product name
Technologies: Python, Selenium, Pandas, Flask, SQL