Skip to content

The main goal is to web scrape images for machine learning purposes

Notifications You must be signed in to change notification settings

endoeduardo/web_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraping Project

Objectives

  • Acquire images for future Neural Network projects
  • Obtain futher data from web marketplaces (price, listed year and etc...)

Preparing the enviroment

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>

Running the code

python src/main.py

About

The main goal is to web scrape images for machine learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published