This is a Web Scraping app built using Beautiful Soup library and Streamlit. This app displays ready to download images on the web based on keyword searched. All the images are scraped from free-to-download site.
Lauch the webapp
To recreate this web app on your own computer, do the following.
Download and unzip contents from https://github.com/Rahul-Dabholkar/Image-Scraper/archive/refs/heads/main.zip
pip install -r requirements.txt
streamlit run app.py