Commands and stuff for running the project
financial_modeling commands:
start up: (windows)
python -m venv ./financial
./financial/Scripts/activate
pip install -r requirements.txt
financial report: I used ChatGPT to fufill first deliverable, but feel free to make edits. It could be wrong as I have not spent the time to completly understand the program. It utilized scikit-learn for the linear regression model.