Use the US Census data to create a predictive model to project salaries. Use these predictions to create a service that would be beneficial to a user who recently graduated college and is looking for a new career.
Leo Adberg, Thanatcha Panpairoj, Amir Shahatit, Alex Bondarenko
- To run the front end, a PHP server with Python 3 and numpy is needed. Once it is set up, modify
index.phpfor your specific server's python implementation, which is definitely not the same as ours. GetAllData.shruns the code to scrape Economy-Wide Key Indicators from the US Census website.GetAllData.pyis a CLI tool that can query this data, link the 2002 and 2012 datasets, and run analytics.