/Data-Notebooks- Contains the Jupyter Notebooks used for Data Analysis and ML Model Construction
/ML-App- Contains source code for the CoreX Analysis App (ML App Development)
Tools Used: Python, Jupyter Notebooks, Scikit-Learn, Numpy, Pandas, and Plotly
finance-forecast.ipynbcontains the two Linear Regression models used for predicting future profits and expenses- Data for this model was gained on Datalab and modified/cleaned for custom use
website-visitors.ipynbcontains a RandomForestRegressor used to predict the performance of an E-Commerce website in the future- Data for this model was gained on Kaggle which used Google Analytics to obtain visitor data
/Modelscontains all the models in the form of a saved file (used on the app)
Tools Used: Python, Streamlit, and Joblib
/Datacontains CSV files for tables and the previously developed ML Models/Componentscontains pages for the app (finance analysis, seo analysis, and about)app.pycontains the main section for the app such as navigation and page routingmultiapp.pycontains the code used to build multiple pages with Streamlitrequirements.txtcontains the libraries and packages needed to be installed when the app is hosted