diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 1ed8936..4a6a707 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -15,6 +15,10 @@ │ ├── SBI Test data.csv │ ├── SBI Train data.csv │ └── SBIN.csv +├── Data Analysis/ +│ ├── SBI Stock Analysis .png +│ ├── SBI Stock Analysis Updated.pptx +│ └── SBI Stock Analysis Updated.twbx ├── Financial Environment Segmentation/ │ ├── Financial Environment Segmentation.ipynb │ ├── Financial Insights - Market Segmentation.png @@ -87,6 +91,7 @@ │ └── stock.css ├── stock_data.csv ├── stock_market(complete).ipynb +├── stock_price_prediction_app.py ├── stock_sentimental.ipynb └── templates/ ├── home.html diff --git a/repo_structure.txt b/repo_structure.txt index 3af122d..06e941e 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -11,6 +11,10 @@ │ ├── SBI Test data.csv │ ├── SBI Train data.csv │ └── SBIN.csv +├── Data Analysis/ +│ ├── SBI Stock Analysis .png +│ ├── SBI Stock Analysis Updated.pptx +│ └── SBI Stock Analysis Updated.twbx ├── Financial Environment Segmentation/ │ ├── Financial Environment Segmentation.ipynb │ ├── Financial Insights - Market Segmentation.png @@ -83,6 +87,7 @@ │ └── stock.css ├── stock_data.csv ├── stock_market(complete).ipynb +├── stock_price_prediction_app.py ├── stock_sentimental.ipynb └── templates/ ├── home.html