Skip to content

PatD123/Uber_Price_Forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UBER WEBSCRAPING AND TIME SERIES PREDICTION

First, scrapes for fare data on Uber estimate website using Selenium - Then charts it and gather this data in a csv file - After cloning, do create a csv file to hold data scraped from website

Second, trained several(hope to be several) time series prediction models including LSTM and Facebook Prophet to identify key trends and is capable of predicting future fare estimates.

TO USE WEBSCRAPER:

  1. Clone project
  2. Import from requirements.txt
  3. Add data.csv to webscraper directory
  4. Run main_Webscraper once, and in that automated window, create a Chrome profile of the email that you are using to scrape data off of Uber.
    • Primary issue was that to get a proper fare estimate, Uber requires you to login, hence the Chrome profile.
  5. From then on, it should run smoothly

About

Webscrapes for exact fare estimates on Uber website. Uses LSTM and Prophet model for time series prediction for future Uber fare prices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published