Python script to fetch cars data
-
Updated
Aug 30, 2021 - Python
Python script to fetch cars data
Scraped data from one of the most famous Arabic sites for selling cars [YallaMotors] Using requests-html library and stored it in CSV file to use it in ML projects.
Project that detects the brand of a car, between 1 and 49 brands ( the 49 brands of Stanford car file), that appears in a photograph with a success rate of more than 80% (using a test file that has not been involved in the training as a valid or training file, "unseen data") and can be implemented on a personal computer.
Web scraping car listings with Python and BeautifulSoup4
Assignment for the "Scientific Visualisation and Virtual Reality" course at UvA
Project that detects the model of a car, between 1 and 196 models ( the 196 modelss of Stanford car file), that appears in a photograph with a success rate of more than 70% (using a test file that has not been involved in the training as a valid or training file, "unseen data") and can be implemented on a personal computer.
Add a description, image, and links to the cars-dataset topic page so that developers can more easily learn about it.
To associate your repository with the cars-dataset topic, visit your repo's landing page and select "manage topics."