Skip to content

This app pulled gas price API data, predicted future gas price by grade for the US, and calculated the estimated gas cost for a long distance road trip when given trip information from the user. It was deployed on Heroku.

Notifications You must be signed in to change notification settings

GT-Project3/Gas_Cost_App

Repository files navigation

GAS COST CALCULATOR APP

We used gas price data with Machine Learning to create an app that took in user inputs of a road trip and gave the user a total cost for gas for that trip. The data was collected from www.eia.gov (https://www.eia.gov/opendata/qb.php?category=240691) via API.

EIA


We set up a backend server using AWS and PostgreSQL. We calculated future prices prices of gas using Scikit Learn.


Flask server to host the site. Python was used to calculate the gas cost.


Finally, we used JavaScript, JQuery, Ajax, and Google Maps API to build the app and take in user information and push back total gast cost. (When "Calculate" button is clicked) ATL_to_LA_Cost

(After "Close" button is clicked) ATL_to_LA

About

This app pulled gas price API data, predicted future gas price by grade for the US, and calculated the estimated gas cost for a long distance road trip when given trip information from the user. It was deployed on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published